color tweak, modularizing css, redone index, rewritten stuff

This commit is contained in:
sundae 2025-06-17 17:42:43 +03:00
parent c6bac45ecf
commit ee8bce1bd3
No known key found for this signature in database
18 changed files with 614 additions and 664 deletions

View file

@ -8,7 +8,7 @@ L 8 18 Z"
<ul>
{% for post in collections.posts reversed %}
<li>
<a href="{{post.url}}"></svg>{{post.fileSlug}}<p>published: <time
<a href="{{post.url}}"></svg>{{post.fileSlug}}<p>published:<time
datetime="{{post.data.date | ISO }}">{{post.data.date
| readable }}</time></p>{% if post.data.modified %}<p>last edited:<time
datetime="{{post.data.modified}}">{{post.data.modified | readable}}</time></p>{% endif %}