runtimefee.lol/_includes/layouts/post.njk

21 lines
492 B
Text

---
title: runtimefee.lol
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/css/bundle.css" />
<title>runtimefee.lol - {{ title }}</title>
</head>
<body>
{% include "_header.njk" %}
<nav><a href="/">back</a></nav>
<aside>Tags: {{ tags }}</aside>
<h1>{{ title }}</h1>
<main>{{ content | safe }}</main>
{% include "_footer.njk" %}
</body>
</html>