More stuff that was being blocked.

This commit is contained in:
MaikelChan
2024-10-24 14:18:06 +02:00
parent 7ed503d4a3
commit 768e50bfdb
2 changed files with 2 additions and 2 deletions

View File

@ -290,7 +290,7 @@ table {
font-size: 1.2em;
}
.hdr-social {
.hdr-links {
display: inline-block;
margin-left: .6em;

View File

@ -14,7 +14,7 @@
<button id="toc-btn" class="hdr-btn desktop-only-ib" title="{{i18n "tableOfContents"}}">{{- partial "svg.html" (dict "context" . "name" "toc") -}}</button>
{{- end -}}
{{- with .Site.Params.socialLinks -}}
<span class="hdr-social hide-in-mobile">{{- partialCached "social-icons.html" . -}}</span>
<span class="hdr-links hide-in-mobile">{{- partialCached "social-icons.html" . -}}</span>
{{- end -}}
{{- if and (not (eq .Site.Params.shareSocial nil)) (.Site.Params.shareSocial) (templates.Exists "partials/social-share.html") -}}{{- partial "social-share.html" . -}}{{- end -}}
<button id="menu-btn" class="hdr-btn" title="{{i18n "menu"}}">{{- partial "svg.html" (dict "context" . "name" "menuBtn") -}}</button>