diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-03-20 23:41:29 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-03-20 23:41:29 +0100 |
| commit | 5218def99b062dfd1021b73bcedc1ad4d9326517 (patch) | |
| tree | 49c292d4a13d89bfbef542418ba8e5df9256959e /templates | |
| parent | e54f8139d084e0c8b2ad67e084cbeda3a2e35c90 (diff) | |
Update design
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 10 |
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}} |