diff --git a/content/_index.md b/content/_index.md index 49a864b..6d19f7a 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1 +1,5 @@ -This site is under construction but will eventually host my movie comments and reviews! +--- +title: "CaAlden: Films" +description: A blog about movies and my opinions of them +--- +This site is under construction. Please excuse the mess. diff --git a/content/about.md b/content/about.md index d08eb8f..614097b 100644 --- a/content/about.md +++ b/content/about.md @@ -1,6 +1,7 @@ --- title: "About" date: 2022-08-21:08:30+09:00 +description: A quick burb about why I made this blog --- This is a blog that I've wanted to start for a long time! I create it with two goals in mind. diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 3dad807..37b2651 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,5 +1,6 @@