fix: use correct data-simple-event syntax in index.gohtml

This commit is contained in:
Stevan Freeborn
2025-12-31 15:28:03 -06:00
committed by GitHub
parent 4a64508b09
commit 49fc2726ec
+1 -1
View File
@@ -27,7 +27,7 @@
<ul>
{{ range .Links }}
<li>
<a class="link" href="{{ .Href }}" target="_blank" data-simple-event="{ .Text }">
<a class="link" href="{{ .Href }}" target="_blank" data-simple-event="{{ .Text }}">
<i class="{{ .Icon }}"></i>
<span>{{ .Text }}</span>
</a>