2023-01-24 17:20:04 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2023-01-24 17:42:57 +00:00
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<link href="/assets/css/index.css" rel="stylesheet" />
|
|
|
|
<link rel="shortcut icon" href="/assets/img/favicon.ico" sizes="32x32" />
|
2023-01-25 18:25:04 +00:00
|
|
|
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Moxxy Blog" />
|
|
|
|
|
|
|
|
{% seo %}
|
2023-01-24 17:20:04 +00:00
|
|
|
</head>
|
2023-07-24 12:39:52 +00:00
|
|
|
<body>
|
|
|
|
<div class="flex flex-col">
|
|
|
|
{% include header.html %}
|
2023-01-24 17:20:04 +00:00
|
|
|
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<footer class="h-8 w-full flex flex-row justify-center">
|
|
|
|
<span class="text-sm text-center">
|
|
|
|
Made with <3 by
|
|
|
|
<a class="text-sky-400" href="https://polynom.me" target="_blank" rel="noopener noreferrer">PapaTutuWawa</a>
|
2023-01-25 18:25:04 +00:00
|
|
|
using <a class="text-sky-400" href="https://tailwindcss.com/" target="_blank" rel="noopener noreferrer">TailwindCSS</a>,
|
|
|
|
<a class="text-sky-400" href="https://jekyllrb.com/" target="_blank" rel="noopener noreferrer">Jekyll</a> and
|
|
|
|
<a class="text-sky-400" href="https://heroicons.com/">heroicons</a>.
|
2023-01-24 17:20:04 +00:00
|
|
|
</span>
|
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|