old website

This commit is contained in:
sundae 2025-06-11 10:09:06 +03:00
commit 218487dc22
No known key found for this signature in database
557 changed files with 7054 additions and 0 deletions

12
_src/_includes/blog.njk Normal file
View file

@ -0,0 +1,12 @@
---
layout: base
icon: "M 6 3 L 19 3 L 26 10 L 26 30 L 6 30 Z M 17 12 L 24 12 L 17 5 Z"
---
<article class="blog">
<h2>{{title}} <time datetime="{{date | ISO }}">{{date | humanReadable}}</time></h2>
{{ content | safe }}
<div aria-label="Postscript">
<p>{{blurb}}</p>
<img src="/assets/img/theme/citrus/bunny.png" alt="">
</div>
</article>