openneo-blog/_layouts/default.html

36 lines
893 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en-US">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="utf-8" />
2024-09-20 13:35:31 -07:00
<title>{{ page.title }} - {{ site.title }}</title>
<link rel="stylesheet" href="/assets/css/main.css" />
2024-09-20 13:35:31 -07:00
<link
rel="alternate"
type="application/rss+xml"
href="{{ site.url }}/feed.xml"
title="{{ site.title }}"
/>
</head>
<body>
<header>
<a class="logo" href="/" tabindex="-1">
<img src="/assets/images/logo.png" />
</a>
<h1>
2024-09-20 13:35:31 -07:00
<a href="/">{{ site.title }}</a>
</h1>
<p role="doc-subtitle">
For
<a href="https://impress.openneo.net/">Dress to Impress</a>, and uhh
maybe other things later!
</p>
</header>
2024-09-20 14:39:13 -07:00
<main>{{ content }}</main>
<footer>
Made with love by Matchu and the OpenNeo team!
<nav><a href="/feed.xml">Follow with an RSS reader</a></nav>
</footer>
</body>
</html>