Skip to content

Commit

Permalink
layout/socials: drop 'square'
Browse files Browse the repository at this point in the history
half of the icons are square and the other not. Let's unify this without
square.

update the class of the icon to reflect font-awesome update too.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
  • Loading branch information
tormath1 committed Nov 19, 2024
1 parent 4d27eb8 commit 6a1da93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/flatcar/layouts/partials/socials.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{ range .Site.Params.social }}
<li class="list-inline-item socials__item">
<a href="{{ .url }}" class="socials__link" target="_blank" rel="noopener" aria-label="Flatcar Container Linux's {{ .title }}">
<i class="fab fa-{{ .title }}{{if ne .title "mastodon"}}-square{{ end }}"></i>
<i class="fa-brands fa-{{ .title }}"></i>
</a>
</li>
{{ end }}
Expand Down

0 comments on commit 6a1da93

Please # to comment.