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 @@ {{ .Title }} + {{ partial "top_level_sharing.html" . }} diff --git a/layouts/partials/top_level_sharing.html b/layouts/partials/top_level_sharing.html new file mode 100644 index 0000000..cb0fc90 --- /dev/null +++ b/layouts/partials/top_level_sharing.html @@ -0,0 +1,22 @@ + +{{ if eq .Section "reviews" }} + + +{{ else }} + {{ if .Params.description }} + + {{ end }} + +{{ end }} + +{{ if .Params.image }} + + +{{end}} +{{ if eq .Section "reviews" }} + + + + + +{{end}}