]>
Commit | Line | Data |
---|---|---|
1 | <!doctype html> | |
2 | <html lang="en" class="h-feed"> | |
3 | <head> | |
4 | <meta charset="utf-8"> | |
5 | <meta name="viewport" content="width=device-width, initial-scale=1"> | |
6 | <meta class="p-author" name="author" content="Rubén Beltrán del Río"> | |
7 | <meta name="description" content="This is the blog at unlimited.pizza"> | |
8 | ||
9 | <meta name="theme-color" content="#ffffff"> | |
10 | ||
11 | <title class="p-name">Blog at Unlimited Pizza 🍕</title> | |
12 | ||
13 | <script src="/js/blog.js"></script> | |
14 | ||
15 | <link href="/css/style.css" rel="stylesheet"> | |
16 | <link href="/feed.xml" rel="alternate" hreflang="en" title="RSS feed"> | |
17 | ||
18 | <script type="module" src="//unlimited.pizza/js/animation.js"></script> | |
19 | ||
20 | </head> | |
21 | <body> | |
22 | <header aria-label="Logo" class="main-header"> | |
23 | <h1> | |
24 | <canvas width=100 height=100></canvas> | |
25 | <a href="/">blog.unlimited.pizza</a> | |
26 | </h1> | |
27 | </header> | |
28 | <main> | |
29 | <p> | |
30 | → <a href="http://unlimited.pizza">home</a>. | |
31 | </p> | |
32 | {{~ it.posts: post}} | |
33 | <article class="h-entry" id="{{= post.index + 1}}"> | |
34 | {{= post.html}} | |
35 | </article> | |
36 | <hr class="separator"> | |
37 | {{~}} | |
38 | {{? it.posts.length === 0}} | |
39 | <h1>This is a fresh blog!</h1> | |
40 | <p>There are no posts yet.</p> | |
41 | {{?}} | |
42 | </main> | |
43 | <footer> | |
44 | <p>Only 3 entries kept at any time. Press 1, 2, and 3 to switch. <a href="https://unlimited.pizza">unlimited.pizza</a></p> | |
45 | </footer> | |
46 | </body> | |
47 | </html> |