Skip to content

Commit

Permalink
links target blank
Browse files Browse the repository at this point in the history
  • Loading branch information
elswork committed Dec 5, 2023
1 parent 4b4d2e8 commit f1857bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/links/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ eleventyNavigation:
<div class="links-container">
{% for link in links %}
<div class="link-item">
<a href="{{ link.url }}" class="link-title">{{ link.title }}</a>
<a href="{{ link.url }}" target="_blank" class="link-title">{{ link.title }}</a>
<p class="link-description">{{ link.description }}</p>
<div class="gallery">
<button class="gallery-prev">◀</button>
Expand Down

0 comments on commit f1857bf

Please sign in to comment.