mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-06-03 15:34:02 +00:00
theme: wildspace
This commit is contained in:
parent
e95d057776
commit
eceebaf8df
5 changed files with 8 additions and 8 deletions
layouts/partials/topbar/button
|
@ -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" }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue