aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 8ab8e3c..c4d1a48 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -15,12 +15,20 @@
<link href="/css/style.css" rel="stylesheet">
<link href="/feed.xml" rel="alternate" hreflang="en" title="RSS feed">
+ <script type="module" src="//unlimited.pizza/js/animation.js"></script>
+
</head>
<body>
<header aria-label="Logo" class="main-header">
- <a href="/">Blog</a>
+ <h1>
+ <canvas width=100 height=100></canvas>
+ <a href="/">blog.unlimited.pizza</a>
+ </h1>
</header>
<main>
+ <p>
+ → <a href="http://unlimited.pizza">home</a>.
+ </p>
{{~ it.posts: post}}
<article class="h-entry" id="{{= post.index + 1}}">
{{= post.html}}