Skip to content

Commit

Permalink
Fix footer icons
Browse files Browse the repository at this point in the history
  • Loading branch information
sgued committed Dec 24, 2024
1 parent b901056 commit 8ca33aa
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center footer-links">
{{ range .Site.Data.social.social_icons }}
{{- if isset $.Site.Params.Author .id }}
<li>
<a href="{{ printf .url (index $.Site.Params.Author .id) }}" title="{{ .title }}">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="{{ .icon }} fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
{{- end -}}
<li>
<a href="{{ printf .url (index $.Site.Params.Author .id) }}" title="{{ .title }}">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="{{ .icon }} fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
{{ end }}
<li>
<a rel="me" href="https://pouet.chapril.org/@sgued">
Expand Down

0 comments on commit 8ca33aa

Please sign in to comment.