yay website

This commit is contained in:
sundae 2025-06-11 09:36:54 +03:00
parent 623e26a808
commit 4d44fd94a2
No known key found for this signature in database
585 changed files with 5066 additions and 0 deletions

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

@ -0,0 +1,14 @@
---
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>
<h2>{{page.fileSlug}}
<time datetime="{{date|ISO}}">{{date|readable}}</time>
</h2>
{{content|safe}}
<div aria-label="Postscript">
{{blurb|safe}} <img src="{{avatar}}">
</div>
</article>