fix field error in template

This commit is contained in:
Kirill Zhuravlev 2023-03-26 21:49:32 +02:00 committed by Avelino
parent e3363794a1
commit 397db1349e
No known key found for this signature in database
GPG Key ID: B345B4D52E98180A
1 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@
<ul>
{{range .Links}}
<li><a href="{{.Url}}?utm_campaign=awesomego&utm_medium=referral&utm_source=awesomego" alt="Go to {{.Title}} link" title="Go to {{.Title}} link">{{.Description}}</a></li>
<li><a href="{{.URL}}?utm_campaign=awesomego&utm_medium=referral&utm_source=awesomego" alt="Go to {{.Title}} link" title="Go to {{.Title}} link">{{.Description}}</a></li>
{{end}}
</ul>
@ -111,4 +111,4 @@
</script>
</body>
</html>
</html>