diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-11-21 23:06:06 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-11-21 23:06:06 +0000 |
| commit | 2607289a6f4391258ef4377365900cded65cadb1 (patch) | |
| tree | 64b859c1f8a2e0b5375255fe65577a8933ef3db9 /app/views | |
| parent | b49458699376b18c3f5a018973669685e213ef62 (diff) | |
Add raw view
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> |
