Dwelling/homepage/views/base.pug

24 lines
1.0 KiB
Plaintext

doctype html
html(lang='en')
head
title Arav's dwelling #{title}
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible' content='IE=edge')
meta(name='viewport' content='width=device-width, initial-scale=1.0')
meta(name='theme-color' content='#cd2682')
meta(name='description' content=description)
link(rel='icon' href='/shared/img/favicon.svg' sizes='any' type='image/svg+xml')
link(rel='alternate' href='rss.xml' type='application/rss+xml' title='Arav\'s dwelling')
link(href='/assets/css/main.css' rel='stylesheet')
block head
body
header
svg#logo(viewBox='0 -25 216 40')
text.logo Arav's dwelling
text.under(y='11') Welcome to my sacred place, wanderer
block nav
block content
footer
a(href='/rss.xml' title='Stay up to date on what\'s going on.') RSS feed
br
| 2017—2022 Arav <#[a(href='mailto:me@arav.su') me@arav.su]>