1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-01 13:37:49 +00:00

blog.vto: fix collapsing

This commit is contained in:
RGBCube 2025-06-01 23:48:26 +03:00
parent 76d9a375aa
commit 321777bc53
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -3,13 +3,20 @@ layout: text.vto
title: about:blog
---
<h1>Blog Articles
<a class="-translate-y-4 text-sm font-[ecrou] pt-1 -ml-2" href="/blog.rss">rss</a>
<a class="-translate-y-4 text-sm font-[ecrou] pt-1 -ml-3" href="/blog.json">json</a>
<!-- God, this page sucks. CSS was a mistake.-->
<h1 class="flex" style="overflow-wrap:anywhere">
Blog Articles
<div class="whitespace-nowrap overflow-hidden">
<a class="text-sm font-[ecrou]" href="/blog.rss">rss</a>
<a class="text-sm font-[ecrou]" href="/blog.json">json</a>
</div>
</h1>
<p>Here is where I dump all my schizophenic and sometimes coherent ramblings. Take a look!</p>
<style>ul * { overflow-wrap:anywhere !important; }</style>
<ul>
{{ for article of search.pages("type=article", "order=asc date=desc")}}
<li class="flex">