diff options
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/page.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/page.ejs b/app/views/page.ejs index 331611a..bca4828 100644 --- a/app/views/page.ejs +++ b/app/views/page.ejs @@ -10,7 +10,7 @@ <div id="content"> <%- content %> <hr> - <span class=footer><a href="https://github.com/LMBishop/website">GitHub</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/purge/<%= path %>">Purge this page</a></span> </div> </div> </body> |
