diff --git a/layouts/partials/paige/page-footer.html b/layouts/partials/paige/page-footer.html index 588fc8e5..b6ef922d 100644 --- a/layouts/partials/paige/page-footer.html +++ b/layouts/partials/paige/page-footer.html @@ -25,15 +25,15 @@ {{ if or $edit $history }}
- {{ if $edit }} + {{ with $edit }}
- {{ i18n "paige_edit_this_page" }} + {{ i18n "paige_edit_this_page" }}
{{ end }} - {{ if $history }} + {{ with $history }}
- {{ i18n "paige_edit_history" }} + {{ i18n "paige_edit_history" }}
{{ end }}