diff --git a/layouts/partials/paige/page-footer.html b/layouts/partials/paige/page-footer.html index d21bc560..a7aa42f4 100644 --- a/layouts/partials/paige/page-footer.html +++ b/layouts/partials/paige/page-footer.html @@ -26,33 +26,33 @@ {{ partial "paige/page-footer-first.html" . }} {{ end }} - {{ if or $next $prev }} -
- {{ with $prev }} -

- {{ .Title }} › + {{ if $file }} +

+ {{ if $fileediturl }} +

+ {{ i18n "paige_edit_this_page" }}

{{ end }} - {{ with $next }} -

- ‹ {{ .Title }} + {{ if $filehistoryurl }} +

+ {{ i18n "paige_edit_history" }}

{{ end }}
{{ end }} - {{ if $file }} -
- {{ if $fileediturl }} -

- {{ i18n "paige_edit_this_page" }} + {{ if or $next $prev }} +

+ {{ with $prev }} +

+ {{ .Title }}

{{ end }} - {{ if $filehistoryurl }} -

- {{ i18n "paige_edit_history" }} + {{ with $next }} +

+ ‹ {{ .Title }}

{{ end }}