all repos — website.git @ d533f9401996e7c4a73226bd0051cb1b87ae5ed6

Files for the website.

Tweak on Lists
Gio e@mail
Wed, 28 Feb 2024 13:24:34 -0500
commit

d533f9401996e7c4a73226bd0051cb1b87ae5ed6

parent

6730ac5804dd4a220c8ae1a2bf1ceca389ae426c

2 files changed, 7 insertions(+), 0 deletions(-)

jump to
M static/style.cssstatic/style.css

@@ -75,4 +75,8 @@ grid-column-end: 2;

grid-row-start: 3; } +ul li::marker { + content: '🜁 '; +} +
M templates/index.htmltemplates/index.html

@@ -19,6 +19,9 @@ <img src="/Amarna_Chudeological_Expedition.jpg" alt="I wanted the Thor art parody, for some reason its not on Soybooru">

<h2> Recent </h2> <ul> {% for page in posts_section.pages %} + {% if loop.index0 == 5 %} + {% break %} + {% endif %} <li><a href="{{ page.permalink | safe }}">{{ page.title }}</a></li> {% endfor %} </ul>