twopn/site-src/layout/page.njk
2026-01-24 19:48:10 -05:00

39 lines
1.1 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">
</head>
<body>
<h1 id="site-title"><a href="/">T3R3Z1.PYROP3.N3T</a></h1>
{% if title != "terezi.pyrope.net" %}
<h1><a href="{{ url or "" }}">{{ title }}</a></h1>
{% endif %}
{{ content | safe }}
</body>
</html>