Merge pull request #5 from kumitterer/main
fix(footer): correct link attribute in footer partial
This commit is contained in:
commit
de05decf0a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
{{- if .icon -}}
|
{{- if .icon -}}
|
||||||
<img src="/icons/{{- .icon -}}" alt="{{- .name -}}" />
|
<img src="/icons/{{- .icon -}}" alt="{{- .name -}}" />
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
<a href="{{- .link -}}">{{- .name -}}</a>
|
<a href="{{- .url -}}">{{- .name -}}</a>
|
||||||
</li>
|
</li>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in a new issue