mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2024-11-15 21:02:19 +00:00
E
7f2c5975da
* Update bio and remove CV link for privacy issues * Update bio and remove CV link for privacy issues * Format and fix linting issue * Change bio
26 lines
572 B
Plaintext
26 lines
572 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='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
|