openneo-blog/_layouts/default.html

32 lines
743 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>
{{ content }}
</body>
</html>