theme: wildspace

This commit is contained in:
Sören Weber 2024-09-11 11:58:10 +02:00
parent 828a44d347
commit 6b5183481a
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
2 changed files with 3 additions and 2 deletions

View file

@ -6,8 +6,7 @@
<div id="R-header-wrapper" class="default-animation">
<div id="R-header" class="default-animation">
{{ partial "logo.html" . }}
</div>
{{ partial "search.html" . }}
</div>{{ partial "search.html" . }}
</div>
<div id="R-homelinks" class="default-animation{{ if not .Site.Params.disableLandingPageButton }} homelinks{{ end }}">
{{- if not .Site.Params.disableLandingPageButton }}

View file

@ -10,6 +10,8 @@
{{- $hascontent := not (eq 0 (int (len (trim ($content | plainify) "\n\r\t ")))) }}
{{- if not $hascontent }}
{{- $content = " " }}
{{- else }}
{{- $content = (print "\n" $content) | safeHTML }}
{{- end }}
{{- partial "topbar/func/button.html" (dict
"page" .