Last active
September 15, 2022 08:51
-
-
Save mortendk/68f9fb64ce7031ced1df0098f3f64d4b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
title: the most amazing thing | |
layout: base.njk | |
date: Last Modified # 2018-01-01 | |
permalink: foo/bar/baz/ | |
eleventyNavigation: | |
key: main | |
title: Home | |
order: 0 | |
eleventyExcludeFromCollections: false | |
pagination: | |
data: testdata | |
size: 2 | |
testdata: | |
- item1 | |
- item2 | |
- item3 | |
- item4 | |
tags: | |
- cat | |
- dog | |
--- | |
content |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment