Tweak on Lists
Gio e@mail
Wed, 28 Feb 2024 13:24:34 -0500
2 files changed,
7 insertions(+),
0 deletions(-)
M
static/style.css
→
static/style.css
@@ -75,4 +75,8 @@ grid-column-end: 2;
grid-row-start: 3; } +ul li::marker { + content: '🜁 '; +} +
M
templates/index.html
→
templates/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>