mirror of
https://github.com/RGBCube/Site
synced 2025-07-31 13:07:46 +00:00
blog.vto: fix collapsing
This commit is contained in:
parent
76d9a375aa
commit
321777bc53
1 changed files with 10 additions and 3 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue