From 8e21f2ccefd7714784fa5343ae49e1a74b8666ad Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 27 Dec 2021 10:35:46 +0000 Subject: [PATCH] Add meta descriptions to important list pages --- content/posts/_index.md | 1 + content/projects/_index.md | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 content/projects/_index.md diff --git a/content/posts/_index.md b/content/posts/_index.md index 7079bb1..28e72ee 100644 --- a/content/posts/_index.md +++ b/content/posts/_index.md @@ -1,4 +1,5 @@ --- title: Blog linktitle: Posts +summary: Blog posts --- diff --git a/content/projects/_index.md b/content/projects/_index.md new file mode 100644 index 0000000..ddccadb --- /dev/null +++ b/content/projects/_index.md @@ -0,0 +1,4 @@ +--- +title: Projects +summary: Projects +---