2020-09-25 16:03:49 +02:00

38 lines
1.5 KiB
Plaintext

html
head
meta(http-equiv="Content-Type", content="text/html;charset=UTF-8")
meta(name="viewport", content="width=device-width, initial-scale=1.0")
meta(name="theme-color", content="#4ab4ab")
meta(http-equiv="X-UA-Compatible", content="ie=edge")
title #{title}
link(rel="stylesheet", href="/static/dank-mono.css")
link(rel="stylesheet", href="/static/norm.css")
link(rel="stylesheet", href="/static/style.css")
link(rel="shortcut icon", href="/favicon.png")
link(rel="alternate", href="/feed/all", title="RSS blog feed for yarmo.eu", type="application/rss+xml")
link(rel="alternate", href="/feed/all.atom", title="RSS blog feed for yarmo.eu", type="application/atom+xml")
link(rel="alternate", href="/feed/all.json", title="RSS blog feed for yarmo.eu", type="application/feed+json")
link(rel="webmention", href="https://webm.yarmo.eu/receive")
script(asyc, defer, data-domain="yarmo.eu", src="https://plausible.io/js/plausible.js")
body
.container
block content
footer
p
| Ads: no.
br
| Analytics:
a(href="https://plausible.io") Plausible
|.
br
| Open source:
a(href="https://git.yarmo.eu/yarmo/yarmo.eu") source code
| and
a(href="https://drone.yarmo.eu/yarmo/yarmo.eu/") CI/CD pipelines
|.
br
| All content licensed under
a(href="https://creativecommons.org/licenses/by-nc-sa/4.0/") CC BY-NC-SA 4.0
| unless otherwise stated.