Skip to content

Commit a5bbf87

Browse files
committed
Event link in homepage πŸ”—βœ¨πŸ†•
1 parent c1233c9 commit a5bbf87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Žlanding/_layouts/home.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h3 class="flex items-center mb-1 text-lg font-semibold" style="color: rgb(11,29
112112
<time class="block mb-1 text-base font-normal leading-none text-gray-700">{{ event.time }}</time>
113113
<p class="block mb-2 text-base font-normal leading-none text-gray-700">{{ event.location}}</p>
114114
{% if event.details %} <p class="mb-1 text-base font-normal text-gray-500">{{ event.details }}</p> {% endif %}
115-
<a class="block no-underline text-blue-600 text-sm font-normal" href="{{ event.url }}">Details β†’</a>
115+
<a class="block no-underline text-blue-600 text-sm font-normal" target="_blank" href="{{ event.url }}">Details β†’</a>
116116
</li>
117117
{% endfor %}
118118
</ol>

0 commit comments

Comments
Β (0)