diff --git a/README.md b/README.md
index 9e95c41c..156f2658 100644
--- a/README.md
+++ b/README.md
@@ -895,8 +895,12 @@ Page identifiers:
The date.
#paige-description
The description.
- #paige-file-link
- The file link. See the paige.link
configuration.
+ #paige-file
+ The file links.
+ #paige-file-edit
+ The file edit link.
+ #paige-file-history
+ The file history link.
#paige-footer
The footer.
#paige-header
diff --git a/exampleSite/content/customization/_index.md b/exampleSite/content/customization/_index.md
index c7fc6d66..985f946b 100644
--- a/exampleSite/content/customization/_index.md
+++ b/exampleSite/content/customization/_index.md
@@ -7,6 +7,7 @@ paige:
#paige-authors,
#paige-credit,
#paige-date,
+ #paige-file,
#paige-keywords,
#paige-reading-time,
#paige-series,
@@ -41,6 +42,7 @@ paige:
#paige-authors,
#paige-credit,
#paige-date,
+ #paige-file,
#paige-keywords,
#paige-reading-time,
#paige-series,
diff --git a/exampleSite/content/customization/show.md b/exampleSite/content/customization/show.md
index 28368c90..9f4c11d9 100644
--- a/exampleSite/content/customization/show.md
+++ b/exampleSite/content/customization/show.md
@@ -8,6 +8,7 @@ paige:
#paige-authors,
#paige-credit,
#paige-date,
+ #paige-file,
#paige-keywords,
#paige-prev-next,
#paige-reading-time,
@@ -43,6 +44,7 @@ paige:
#paige-authors,
#paige-credit,
#paige-date,
+ #paige-file,
#paige-keywords,
#paige-prev-next,
#paige-reading-time,
diff --git a/exampleSite/content/customization/style.md b/exampleSite/content/customization/style.md
index 77c17b13..f7f8b904 100644
--- a/exampleSite/content/customization/style.md
+++ b/exampleSite/content/customization/style.md
@@ -8,6 +8,7 @@ paige:
#paige-authors,
#paige-credit,
#paige-date,
+ #paige-file,
#paige-keywords,
#paige-prev-next,
#paige-reading-time,
@@ -26,7 +27,7 @@ paige:
#paige-content { font-style: italic; }
#paige-date { font-style: italic; }
#paige-description { font-style: italic; }
- #paige-file-link { font-style: italic; }
+ #paige-file { font-style: italic; }
#paige-keywords { font-style: italic; }
#paige-reading-time { font-style: italic; }
#paige-series { font-style: italic; }
@@ -62,6 +63,7 @@ paige:
#paige-authors,
#paige-credit,
#paige-date,
+ #paige-file,
#paige-keywords,
#paige-prev-next,
#paige-reading-time,
@@ -80,7 +82,7 @@ paige:
#paige-content { font-style: italic; }
#paige-date { font-style: italic; }
#paige-description { font-style: italic; }
- #paige-file-link { font-style: italic; }
+ #paige-file { font-style: italic; }
#paige-keywords { font-style: italic; }
#paige-reading-time { font-style: italic; }
#paige-series { font-style: italic; }
diff --git a/exampleSite/layouts/partials/paige/style-first.css b/exampleSite/layouts/partials/paige/style-first.css
index 7631c810..d7dea8b2 100644
--- a/exampleSite/layouts/partials/paige/style-first.css
+++ b/exampleSite/layouts/partials/paige/style-first.css
@@ -2,6 +2,7 @@
#paige-breadcrumbs,
#paige-credit,
#paige-date,
+#paige-file,
#paige-keywords,
#paige-prev-next,
#paige-reading-time,
diff --git a/layouts/partials/paige/footer.html b/layouts/partials/paige/footer.html
index fdefbea3..1b2d4310 100644
--- a/layouts/partials/paige/footer.html
+++ b/layouts/partials/paige/footer.html
@@ -39,15 +39,15 @@
{{ end }}
{{ if and $page.File (or $fileediturl $filehistoryurl) }}
-