aboutsummaryrefslogtreecommitdiffstats
path: root/views/page.ejs
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-23 00:16:09 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-23 00:16:09 +0000
commit1b433819cbfc084836ee05e338d06f159e77a3d1 (patch)
tree3edd19947d3514b07ef4a761998dbfe86c02ce54 /views/page.ejs
parent58b50e0c90a51d5d1c8801e8d9e63bdf5d07a468 (diff)
Add page info page
Diffstat (limited to 'views/page.ejs')
-rw-r--r--views/page.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/page.ejs b/views/page.ejs
index 41ee1e2..2bd4262 100644
--- a/views/page.ejs
+++ b/views/page.ejs
@@ -12,7 +12,7 @@
<div id="content">
<%- content %>
<hr>
- <span class=footer><a href="https://github.com/LMBishop/website">GitHub</a> | <a href="/<%= path %>.wiki">View raw</a> | Page built: <%= buildTime %> | <a href="/special/purge/<%= path %>">Purge this page</a></span>
+ <span class=footer><a href="https://github.com/LMBishop/website">GitHub</a> | <a href="/<%= path %>.wiki">View raw</a> | Page built: <%= buildTime %> | <a href="/special/info/<%= path %>">Page info</a></span>
</div>
</div>
</div>