fix/not-deploying-hugo-v159 #9

Merged
Vezpi merged 22 commits from fix/not-deploying-hugo-v159 into preview 2026-04-03 10:02:12 +02:00
Showing only changes of commit 7a4284ea79 - Show all commits

View File

@@ -8,7 +8,7 @@
<header> <header>
{{ with .Site.Params.sidebar.avatar }} {{ with .Site.Params.sidebar.avatar }}
{{ if (default true .enabled) }} {{ if (default true .enabled) }}
<figure class="site-avatar" style="margin-left: auto; margin-right: auto;"></figure>> <figure class="site-avatar" style="margin-left: auto; margin-right: auto;">
<a href="{{ .Site.BaseURL | relLangURL }}"> <a href="{{ .Site.BaseURL | relLangURL }}">
{{ if not .local }} {{ if not .local }}
<img src="{{ .src }}" width="300" height="300" class="site-logo" loading="lazy" alt="Avatar"> <img src="{{ .src }}" width="300" height="300" class="site-logo" loading="lazy" alt="Avatar">
@@ -55,6 +55,7 @@
</a> </a>
</li> </li>
{{ end }} {{ end }}
</ol> </ol>
{{- end -}} {{- end -}}