Merge pull request #5 from kumitterer/main

fix(footer): correct link attribute in footer partial
This commit is contained in:
rottenwheel 2024-10-20 19:44:04 +00:00 committed by GitHub
commit de05decf0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
{{- if .icon -}}
<img src="/icons/{{- .icon -}}" alt="{{- .name -}}" />&nbsp;
{{- end -}}
<a href="{{- .link -}}">{{- .name -}}</a>
<a href="{{- .url -}}">{{- .name -}}</a>
</li>
{{- end -}}
</ul>