Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
sgued committed Dec 24, 2024
1 parent 8ca33aa commit 4406687
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions data/social.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[[social_icons]]
id = "gitlab"
url = "https://gitlab.com/%s"
url = "https://gitlab.com/peertube-viewer"
title = "GitLab"
icon = "fab fa-gitlab"

[[social_icons]]
id = "github"
url = "https://github.com/%s"
url = "https://github.com/peertube-viewer"
title = "GitHub"
icon = "fab fa-github"

[[social_icons]]
id = "mail"
url = "mailto:%s"
url = "mailto:[email protected]"
title = "Mail"
icon = "fas fa-envelope"
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ul class="list-inline text-center footer-links">
{{ range .Site.Data.social.social_icons }}
<li>
<a href="{{ printf .url (index $.Site.Params.Author .id) }}" title="{{ .title }}">
<a href="{{ .url }}" 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>
Expand Down

0 comments on commit 4406687

Please sign in to comment.