twopn/site-src/layout/page.njk
2026-01-25 00:41:13 -05:00

52 lines
1.7 KiB
Text

---
title: terezi.pyrope.net
---
<!doctype html>
<html lang="en">
<head>
<title>{{ title }}</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/res/main.css">
<link rel="stylesheet" type="text/css" href="/res/charis.css"/>
<link rel="icon" href="/res/pyralspite.webp">
<meta itemprop="name" content="{{ title }}">
<meta property="og:title" content="{{ title }}">
<meta property="twitter:title" content="{{ title }}">
<meta name="description" content="{{ description }}">
<meta property="og:description" content="{{ description }}">
<meta property="twitter:description" content="{{ description }}">
<meta property="og:site_name" content="terezi.pyrope.net">
<meta name="twitter:image" content="/res/pyralspite.webp">
<meta name="theme-color" content="#008282">
<link rel="alternate" type="application/atom+xml" href="/feed.xml" title="terezi.pyrope.net atom feed">
</head>
<body>
<h1 id="site-title"><a href="/">T3R3Z1.PYROP3.N3T</a></h1>
<main>
{% if title != "terezi.pyrope.net" %}
<h1><a href="{{ url or "" }}">{{ title }}</a></h1>
{% endif %}
{{ content | safe }}
</main>
<footer>
{% include "./badges.njk" %}
<div class="webring">
<h3>this web site is part of the m,cai webring</h3>
<a href="https://spax.zone">←</a> <a href="/ring.html">everyone</a> <a href="https://lisanne.gay">→</a>
</div>
<iframe title="splat button" width="110" height="100" src="https://www.myinstants.com/instant/lancer-splat-18107/embed/" frameborder="0" scrolling="no"></iframe>
</footer>
</body>
{% include "./ansi-sprite.html" %}
</html>