deathau.weblog.lol/weblog/B0. Template/template-page.html.md
Gordon Pedersen f460ecbc58
All checks were successful
/ weblog.lol (push) Successful in 11s
Moved around where my templates are at
And modified the page template to better match the main template
2024-05-07 14:35:09 +10:00

33 lines
532 B
Markdown

Type: Template
Title: Page Template
<!DOCTYPE html>
<html lang="en">
<head>
<title>{weblog-title}{separator}{post-title}</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/styles.css?v0.0.3">
{feeds}
</head>
<body>
<header>
<h1 class="weblog-title"><a href="{base-path}">{weblog-title}</a></h1>
{navigation}
</header>
<main>
{body}
<hr>
</main>
<footer>
<p>Made with <a href="https://weblog.lol">weblog.lol</a>.</p>
</footer>
</body>
</html>