Merge branch 'main' of https://github.com/bedefaced/risotto into main

This commit is contained in:
bedefaced 2021-08-31 04:35:41 +03:00
commit 1bed6f5dd2
2 changed files with 24 additions and 5 deletions

View file

@ -9,10 +9,7 @@
<ul class="aside__social-links">
{{ range $item := .Site.Params.socialLinks }}
<li>
<a href="{{ $item.url }}" rel="me" aria-label="{{ $item.title }}" title="{{ $item.title }}">
<i class="{{ $item.icon }}" aria-hidden="true"></i>
</a>
&nbsp;
<a href="{{ $item.url }}" rel="me" aria-label="{{ $item.title }}" title="{{ $item.title }}"><i class="{{ $item.icon }}" aria-hidden="true"></i></a>&nbsp;
</li>
{{ end }}
</ul>