fix: figure
All checks were successful
Blog Test / Check-Rebuild (push) Successful in 8s
Blog Test / Build (push) Successful in 12s
Blog Test / Deploy-Test (push) Successful in 12s
Blog Test / Test (push) Successful in 4s

This commit is contained in:
2026-04-03 07:38:01 +00:00
parent efd4d128e4
commit 7a4284ea79

View File

@@ -8,7 +8,7 @@
<header>
{{ with .Site.Params.sidebar.avatar }}
{{ 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 }}">
{{ if not .local }}
<img src="{{ .src }}" width="300" height="300" class="site-logo" loading="lazy" alt="Avatar">
@@ -55,6 +55,7 @@
</a>
</li>
{{ end }}
</ol>
{{- end -}}