Search and stuff
This commit is contained in:
@@ -5,11 +5,15 @@ 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>
|
||||
<div data-pagefind-body>
|
||||
|
||||
{% set postsCount = collections.quiz | length %}
|
||||
<h2>Available Quizzes:</h2>
|
||||
{% set postslist = collections.quiz %}
|
||||
{% set showPostListHeader = false %}
|
||||
{% include "postslist.njk" %}
|
||||
<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" %}
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user