2021-02-10 01:01:50 +04:00
|
|
|
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)
|
2021-11-15 02:48:53 +04:00
|
|
|
link(rel='icon' href='/shared/img/favicon.svg' sizes='any' type='image/svg+xml')
|
2021-02-10 01:01:50 +04:00
|
|
|
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
|
2021-11-15 03:26:26 +04:00
|
|
|
a(href='/rss.xml' title='Stay up to date on what\'s going on.') RSS feed
|
2021-02-10 01:01:50 +04:00
|
|
|
br
|
2022-01-22 18:58:56 +04:00
|
|
|
| 2017—2022 Arav <#[a(href='mailto:me@arav.top') me@arav.top]>
|