theme: wildspace

This commit is contained in:
Sören Weber 2024-08-29 00:33:11 +02:00
parent e95d057776
commit eceebaf8df
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
5 changed files with 8 additions and 8 deletions
layouts/partials/topbar/button

View file

@ -12,7 +12,7 @@
{{- if .Site.Params.editURL }}
{{- $href = .Site.Params.editURL }}
{{- if not (strings.Contains $href "${FilePath}") }}
{{ $href = printf "%s%s" $href "${FilePath}" }}
{{- $href = printf "%s%s" $href "${FilePath}" }}
{{- end }}
{{- end }}
{{- if isset .Params "editurl" }}