2024-12-12 20:47:37 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>🍑🌙</title>
|
2025-01-09 11:04:48 -06:00
|
|
|
<link rel="stylesheet" href="/css/style.css">
|
|
|
|
<link rel="stylesheet" id="switcher-id" href="/css/style.css">
|
2024-12-12 20:47:37 -06:00
|
|
|
<link rel="icon" href="/img/favicon.ico" type="image/x-icon" />
|
|
|
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
|
2025-01-09 11:04:48 -06:00
|
|
|
<script src="/js/theme.js"></script>
|
2024-12-12 20:47:37 -06:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{% include layout/sidebar.html %}
|
|
|
|
<article>
|
|
|
|
<h1> {{ page.title }} </h1>
|
|
|
|
<div class="peachmoon">
|
|
|
|
<img src="/img/emoji/nowplaying.gif" alt="pastel music notes">
|
2025-01-09 11:04:48 -06:00
|
|
|
<a href="/music/peachmoon.mp3">
|
2024-12-12 20:47:37 -06:00
|
|
|
<i>sun-smudged peach moon softer than an ice cream cone in june</i>
|
|
|
|
</a>
|
|
|
|
<img src="/img/emoji/nowplaying.gif" alt="pastel music notes">
|
|
|
|
</div>
|
|
|
|
{{ content }}
|
|
|
|
</article>
|
2025-01-09 11:04:48 -06:00
|
|
|
<script src="/js/profile.js" defer></script>
|
2024-12-23 20:54:23 -06:00
|
|
|
<script src="https://unpkg.com/@phosphor-icons/web"></script>
|
2025-01-09 11:04:48 -06:00
|
|
|
<script src="/js/menu.js" defer></script>
|
2024-12-23 20:54:23 -06:00
|
|
|
<script data-goatcounter="https://peachmoon.goatcounter.com/count"
|
|
|
|
async src="//gc.zgo.at/count.js"></script>
|
2024-12-12 20:47:37 -06:00
|
|
|
</body>
|
|
|
|
</html>
|