fix: use correct data-simple-event syntax in index.gohtml
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user