From ac10bbc536fcfaed720b63142e5f5e5eb8df5b70 Mon Sep 17 00:00:00 2001 From: Ava Gaiety Wroten Date: Tue, 9 Feb 2021 21:59:52 -0600 Subject: [PATCH] Renamed layout --- _includes/{layout.njk => content.njk} | 0 repos/repos.json | 2 +- uses/index.md | 2 +- volunteering/volunteering.json | 2 +- work/work.json | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename _includes/{layout.njk => content.njk} (100%) diff --git a/_includes/layout.njk b/_includes/content.njk similarity index 100% rename from _includes/layout.njk rename to _includes/content.njk diff --git a/repos/repos.json b/repos/repos.json index 5a0f24f..294581c 100644 --- a/repos/repos.json +++ b/repos/repos.json @@ -1,3 +1,3 @@ { - "layout": "layout.njk" + "layout": "content.njk" } diff --git a/uses/index.md b/uses/index.md index 5de3716..5779687 100644 --- a/uses/index.md +++ b/uses/index.md @@ -1,5 +1,5 @@ --- -layout: layout.njk +layout: content.njk tags: uses title: About | Uses description: Web Engineer by day who pretends to be a dog. Dog by night who pretends to be a programmer. diff --git a/volunteering/volunteering.json b/volunteering/volunteering.json index 5a0f24f..294581c 100644 --- a/volunteering/volunteering.json +++ b/volunteering/volunteering.json @@ -1,3 +1,3 @@ { - "layout": "layout.njk" + "layout": "content.njk" } diff --git a/work/work.json b/work/work.json index 5a0f24f..294581c 100644 --- a/work/work.json +++ b/work/work.json @@ -1,3 +1,3 @@ { - "layout": "layout.njk" + "layout": "content.njk" }