Content updates

This commit is contained in:
2026-04-26 22:33:38 -05:00
parent 9d9bfc895b
commit c054d0c3c9
13 changed files with 18 additions and 4 deletions

View File

@@ -9,12 +9,12 @@ description: "Bored? Take a fun quiz to while away the time!"
---
<div data-pagefind-body>
<h1>Quizzes</h1>
<h1>Take a quiz</h1>
<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>
{% set postslist = collections.quiz %}
<h2>Available quizzes:</h2>
{% set postslist = collections.quiz | reverse %}
{% set showPostListHeader = false %}
{% include "postslist.njk" %}