mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2024-11-15 21:02:19 +00:00
30 lines
772 B
Plaintext
30 lines
772 B
Plaintext
extends layout
|
|
|
|
block nav-links
|
|
li.nav-item
|
|
a.nav-link(href='/')
|
|
span Home
|
|
li.nav-item
|
|
a.nav-link(href='/about')
|
|
span About
|
|
li.nav-item
|
|
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
|
|
li.nav-item
|
|
a.nav-link(href='https://github.com/aurora-dot')
|
|
span Projects
|
|
li.nav-item
|
|
a.nav-link(href='https://blog.pastel.codes')
|
|
span Blog
|
|
li.nav-item
|
|
a.nav-link(href='/contact')
|
|
span Contact
|
|
|
|
block content
|
|
.center-v-h.ef.ff
|
|
.error
|
|
h1= message
|
|
#error-code
|
|
h2= error.status
|