-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlayout.html
48 lines (48 loc) · 2.75 KB
/
layout.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>${title} - ${siteTitle}</title>
<meta name="description" content="${description}">
<meta name="fediverse:creator" content="@[email protected]">
<link rel="alternate" href="/rss.xml" type="application/atom+xml" title="Recent blog posts">
<link rel="icon" href="/assets/logo.svg" sizes="any" type="image/svg+xml">
<link rel="stylesheet" href="/assets/style.css">
</head>
<body>
<header>
<nav>
<a class="logo" href="/"><img src="/assets/logo.svg" alt="${siteTitle} Logo" width="48" height="48"></a>
<nav>
<a href="/archives/">Post Archives</a>
<a href="/about/">About</a>
<a href="/slashes/">Slashes</a>
</nav>
</nav>
<h1>${title}</h1>
<p class="date">${date}</p>
<p class="description">${description}</p>
</header>
<article class="markdown-body">
${content}
</article>
<footer>
© 2025 ${siteTitle}<br>
<small>Content of this website is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> unless otherwise stated. <br>
Contact me via <a href="mailto:[email protected]">Email</a>, <a rel="me" href="https://github.com/w3teal">GitHub</a>, and <a rel="me" href="https://fosstodon.org/@w3teal">Mastodon</a>. Or else on the <a href="/contact/">/contact page</a>, but I may take a long time to respond. <br>
Check out the <a href="/colophon/">/colophon page</a> to see how this website is built. Subscribe with your RSS reader from <a href="/rss.xml">rss.xml</a>.</small>
<p>
<a href="/ai" class="notbyai">
<span>☺</span>
<span><small>written by human</small> <br> <b>not by AI</b></span>
</a>
</p>
<p class="webring">
<span><a href="https://fediring.net/previous?host=w3teal.is-a.dev">«</a> <a href="https://fediring.net/">Fediring</a> <a href="https://fediring.net/random" title="random">[🔃]</a> <a href="https://fediring.net/next?host=w3teal.is-a.dev">»</a></span>
<span><a href="https://baccyflap.com/noai/?prv&s=wtt">«</a> <a href="https://baccyflap.com/noai/">🚫🤖 no ai webring</a> <a href="https://baccyflap.com/noai/?rnd" title="random">[🔃]</a> <a href="https://baccyflap.com/noai/?nxt&s=wtt">»</a></span>
<span><a href="https://silly.city/prev?user=w3teal">«</a> <a href="https://silly.city/">🍅 silly city</a> <a href="https://silly.city/random" title="random">[🔃]</a> <a href="https://silly.city/next?user=w3teal">»</a></span>
</p>
</footer>
</body>
</html>