diff --git a/README.md b/README.md
index 720ddc67..17e26416 100644
--- a/README.md
+++ b/README.md
@@ -919,14 +919,14 @@ Page identifiers:
The date.
#paige-description
The description.
+ #paige-file-link
+ The file link. See the paige.link
configuration.
#paige-footer
The footer.
#paige-header
The header.
#paige-keywords
The keywords.
- #paige-link
- The file link. See the paige.link
configuration.
#paige-main
The main.
#paige-menu
diff --git a/layouts/partials/paige/footer.html b/layouts/partials/paige/footer.html
index 086a5a7f..3efc4b8b 100644
--- a/layouts/partials/paige/footer.html
+++ b/layouts/partials/paige/footer.html
@@ -16,7 +16,7 @@
{{ end }}
{{ if and $linkcontent $linkurl (not ($page.Param "paige.file_link.disable")) }}
-
+
{{ $linkcontent }}
{{ end }}