pastel.codes/views/error.pug

30 lines
772 B
Plaintext
Raw Permalink Normal View History

2020-06-17 22:34:29 +01:00
extends layout
2020-06-22 17:42:04 +01:00
block nav-links
li.nav-item
a.nav-link(href='/')
span Home
li.nav-item
2020-06-23 19:18:30 +01:00
a.nav-link(href='/about')
2020-06-22 17:42:04 +01:00
span About
li.nav-item
2024-04-29 14:56:19 +01:00
a.nav-link(href='/obsidian/projects.html')
li(class="py-3 bg-pink text-black hover:bg-black hover:text-pink transition duration-500 ease-in-out")
span Obsidian
2020-06-22 17:42:04 +01:00
li.nav-item
2021-05-25 13:02:38 +01:00
a.nav-link(href='https://github.com/aurora-dot')
2020-06-22 17:42:04 +01:00
span Projects
li.nav-item
a.nav-link(href='https://blog.pastel.codes')
span Blog
li.nav-item
2020-06-29 10:09:10 +01:00
a.nav-link(href='/contact')
2020-06-22 17:42:04 +01:00
span Contact
2020-06-17 22:34:29 +01:00
block content
2020-06-23 19:18:30 +01:00
.center-v-h.ef.ff
2020-06-22 17:42:04 +01:00
.error
h1= message
#error-code
h2= error.status