15 lines
466 B
Plaintext
15 lines
466 B
Plaintext
---
|
|
layout: layouts/base.njk
|
|
title: Nathan Upchurch | Quizzes
|
|
structuredData: none
|
|
description: "Bored? Take a fun quiz to while away the time!"
|
|
---
|
|
<h1>Quizzes</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 %}
|
|
{% set showPostListHeader = false %}
|
|
{% include "postslist.njk" %}
|