blog/_layouts/post.html

46 lines
2.0 KiB
HTML
Raw Normal View History

2024-07-06 21:09:22 +01:00
---
layout: compress
---
2024-04-06 21:50:20 +01:00
<!doctype html>
<html lang="en-gb">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
2024-04-06 21:50:20 +01:00
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/assets/css/post.css">
<link rel="icon" href="/assets/favicon.ico">
<title>{{ site.title }}</title>
2024-04-08 16:31:09 +01:00
{% seo %}
2024-04-06 21:50:20 +01:00
</head>
<body>
<header>
<div class="container title-container">
<h1 class="logo">shrapnelnet</h1>
</div>
</header>
<main>
<div class="container">
<article>
<div id="content" class="use-ibm">
<div id="title">
2024-06-12 05:23:19 +01:00
<h2>{{ page.title }}</h2>
2024-04-06 21:50:20 +01:00
</div>
<div id="date">
<p>{{ page.date | date: "%a, %d %b %Y, %r" }}</p>
</div>
<sub>by tyler, yes, the tyler!</sub>
<div class="flex-newline"></div>
<img src="/assets/graphics/duckzone.gif" alt="waddling animated ducks" class="ducks"/>
{{ content }}
</div>
</article>
2025-02-16 01:44:03 +00:00
<p style="font-size:small;" xmlns:cc="http://creativecommons.org/ns#">This work is licensed under <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1" alt=""></a>
</p>
2024-04-07 22:31:25 +01:00
<a id="generate-path" href="/">back home!</a>
2024-04-06 21:50:20 +01:00
</div>
</main>
2024-04-07 22:31:25 +01:00
<script src="/assets/js/get-correct-path.js"></script>
<script src="/assets/js/width-hack.js"></script>
2024-04-06 21:50:20 +01:00
</body>
2025-02-16 01:44:03 +00:00
</html>