New style initial

This commit is contained in:
2026-06-28 20:18:03 -05:00
parent 9938f0f8ff
commit 677bf18e5b
45 changed files with 1454 additions and 667 deletions

View File

@@ -13,7 +13,7 @@ description: "Bored? Take a fun quiz to while away the time!"
<p>Test your knowledge, learn about yourself, and waste your precious time, right here, right now, with a quiz!</p>
{% set postsCount = collections.quiz | length %}
<h2>Available quizzes:</h2>
<h2 class="postlist-header">Available quizzes:</h2>
{% set postslist = collections.quiz | reverse %}
{% set showPostListHeader = false %}
{% include "postslist.njk" %}