diff --git a/hugo.yaml b/hugo.yaml index 53d1710..d885d81 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -6,6 +6,7 @@ theme: wikidarity # Social Links params: social: - - url: https://social.coop/@wikicafe + - name: Mastodon + url: https://social.coop/@wikicafe icon: font-awesome/mastodon.svg handle: "@wikicafe@social.coop" \ No newline at end of file diff --git a/themes/wikidarity/assets/css/main.css b/themes/wikidarity/assets/css/main.css index b23d00d..73f103d 100644 --- a/themes/wikidarity/assets/css/main.css +++ b/themes/wikidarity/assets/css/main.css @@ -276,8 +276,7 @@ footer { display: inline-flex; align-items: center; gap: 0.5rem; - /* color: inherit; */ - /* text-decoration: none; */ + flex-wrap: wrap; } .social-link:hover { @@ -293,7 +292,6 @@ footer { .social-handle { font-size: 0.95rem; } - } /* @@ -328,4 +326,15 @@ footer { padding-bottom: 1rem; } } + + footer { + .social-handle { + display: none; + } + + .social-icon svg { + width: 2.5rem; + height: 2.5rem; + } + } } \ No newline at end of file diff --git a/themes/wikidarity/layouts/partials/footer.html b/themes/wikidarity/layouts/partials/footer.html index 0665321..442a759 100644 --- a/themes/wikidarity/layouts/partials/footer.html +++ b/themes/wikidarity/layouts/partials/footer.html @@ -8,7 +8,13 @@ {{ with .Site.Params.social }} {{ range . }}