Big update: add quiz function, new post
This commit is contained in:
14
content/quizzes.njk
Normal file
14
content/quizzes.njk
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
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" %}
|
Reference in New Issue
Block a user