diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-12 03:31:07 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-12 03:31:07 +0100 |
| commit | 942a72123ecf7ed91cf3cba1124adc11a3615208 (patch) | |
| tree | 42fa36700fd80c4903acb0ecb2b1e0bbdc8da2d6 /views/partials/footer.ejs | |
| parent | 41d0bd185c19c8a51ed9b85700f52181b6cc5012 (diff) | |
404 page and maybe deleting threads
Diffstat (limited to 'views/partials/footer.ejs')
| -rw-r--r-- | views/partials/footer.ejs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/partials/footer.ejs b/views/partials/footer.ejs index 41d2ce3..163e28b 100644 --- a/views/partials/footer.ejs +++ b/views/partials/footer.ejs @@ -1,3 +1,5 @@ +</content> +<% include ../partials/404 %> </body> <% include ../partials/scripts %> </html>
\ No newline at end of file |
