diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-23 00:16:09 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-23 00:16:09 +0000 |
| commit | 1b433819cbfc084836ee05e338d06f159e77a3d1 (patch) | |
| tree | 3edd19947d3514b07ef4a761998dbfe86c02ce54 /views/page.ejs | |
| parent | 58b50e0c90a51d5d1c8801e8d9e63bdf5d07a468 (diff) | |
Add page info page
Diffstat (limited to 'views/page.ejs')
| -rw-r--r-- | views/page.ejs | 2 |
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> |
