webbed-site/_layouts/2col-welcome.html

29 lines
1.2 KiB
HTML
Raw Normal View History

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">
<a href="peach_moon-the_unicorns.m4a">
<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>