Set project page layout in directory data
This commit is contained in:
parent
0d57d2ddbb
commit
90a18cc22c
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
layout: main/content
|
||||
title: My Music Playlists
|
||||
desc: Music playlists that I have created.
|
||||
toc: true
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"tags": "project pages",
|
||||
"layout": "main/content.njk",
|
||||
"hasBreadcrumbs": true,
|
||||
"eleventyComputed": {
|
||||
"eleventyNavigation": {
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
layout: main/content.njk
|
||||
title: "My Mods for Star Wars: Knights of the Old Republic"
|
||||
desc: "List of video game mods I have made for Star Wars: Knights of the Old Republic."
|
||||
categories: ["star wars kotor"]
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
layout: main/content.njk
|
||||
title: "My Mods for Star Wars: Knights of the Old Republic II: The Sith Lords"
|
||||
desc: "List of video game mods I have made for Star Wars: Knights of the Old Republic II: The Sith Lords."
|
||||
categories: ["star wars kotor 2"]
|
||||
|
|
Loading…
Reference in New Issue