diff --git a/layouts/partials/header.html b/layouts/partials/header.html index f0382e8..c45676e 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -22,14 +22,13 @@ {{ end }} {{ if eq hugo.Environment "preview" }} - {{- $giteaUrl := .Site.Params.sandpointsGiteaUrl -}}
- EDIT_THIS - ADD_{{ with $scratch.core }}{{ index . 0 | upper }}{{ end }} - ADD_{{ with $scratch.mantle }}{{ index . 0 | upper }}{{ end }} - ADD_{{ with $scratch.crust }}{{ index . 0 | upper }}{{ end }} - PUBLISH - ? + EDIT_THIS + {{ with $scratch.core }}ADD_{{ index . 0 | upper }}{{ end }} + {{ with $scratch.mantle }}ADD_{{ index . 0 | upper }}{{ end }} + {{ with $scratch.crust }}ADD_{{ index . 0 | upper }}{{ end }} + PUBLISH + ?
{{ end }}