mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2026-03-02 10:41:36 +00:00
Blocked by Instagram.
This commit is contained in:
parent
a5ab771969
commit
e2fba3bbd0
9 changed files with 56 additions and 14 deletions
7
src/site/pug/includes/error.pug
Normal file
7
src/site/pug/includes/error.pug
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
mixin error(statusCode, message)
|
||||
h1.code= statusCode
|
||||
p.message= message
|
||||
if block
|
||||
p.explanation
|
||||
block
|
||||
a(href="javascript:history.back()").back ← Go back?
|
||||
Loading…
Add table
Add a link
Reference in a new issue