Files
nathanupchurch.com/content/quizzes/index.njk
2026-04-26 22:33:38 -05:00

22 lines
577 B
Plaintext

---
eleventyExcludeFromCollections: true
layout: layouts/base.njk
title: Nathan Upchurch | Quizzes
tags:
- metadata
structuredData: none
description: "Bored? Take a fun quiz to while away the time!"
---
<div data-pagefind-body>
<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 | reverse %}
{% set showPostListHeader = false %}
{% include "postslist.njk" %}
</div>