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

View File

@ -82,7 +82,7 @@
<ul> <ul>
{{range .Links}} {{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}} {{end}}
</ul> </ul>
@ -111,4 +111,4 @@
</script> </script>
</body> </body>
</html> </html>