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>
|
|
|
|
<link rel="stylesheet" href="/style.css">
|
|
|
|
<link rel="stylesheet" id="switcher-id">
|
|
|
|
<link rel="icon" href="/img/favicon.ico" type="image/x-icon" />
|
|
|
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{% include layout/sidebar.html %}
|
|
|
|
<article>
|
|
|
|
<h1> {{ page.title }} </h1>
|
|
|
|
<div class="peachmoon">
|
|
|
|
<img src="/img/emoji/nowplaying.gif" alt="pastel music notes">
|
2024-12-22 12:05:24 -06:00
|
|
|
<a href="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>
|
|
|
|
</body>
|
|
|
|
<script src="/profile.js" defer></script>
|
|
|
|
<script src="https://unpkg.com/@phosphor-icons/web"></script>
|
|
|
|
<script src="/theme.js" defer></script>
|
|
|
|
<script src="/menu.js" defer></script>
|
|
|
|
</html>
|