Starting aboue me page!

This commit is contained in:
Adsooi 2021-09-26 17:39:36 +02:00
parent fe12ef9a9f
commit 85d8e9ab6e
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
30 changed files with 950 additions and 255 deletions

View file

@ -1,6 +1,6 @@
{{ $lang := .Lang }}
{{ range .Buttons }}
<a role="button" alt="{{ .name }}" title="{{ .name }}" href="{{ replace .URL "<lang>" $lang }}">
<a rel="me" role="button" alt="{{ .name }}" title="{{ .name }}" href="{{ replace .URL "<lang>" $lang }}">
<i class="icon-{{ .icon }}" alt="{{ .icon }} social icon"></i>
</a>
{{ end }}