about summary refs log tree commit diff stats
path: root/content/post
diff options
context:
space:
mode:
authorAlan Pearce2020-01-10 20:06:24 +0100
committerAlan Pearce2020-01-10 20:06:24 +0100
commit7c70c280a21715b49a4572d03af08fe5d6e88355 (patch)
treedceda9cd92e653e139a56519558df3154695b476 /content/post
parentcdd34e9bfbfa6a23b93cedcffaa8d8f9e862fc84 (diff)
downloadwebsite-7c70c280a21715b49a4572d03af08fe5d6e88355.tar.xz
website-7c70c280a21715b49a4572d03af08fe5d6e88355.zip
Fix casing of YAML front matter tags
Diffstat (limited to 'content/post')
-rw-r--r--content/post/a-new-site.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/post/a-new-site.md b/content/post/a-new-site.md index aa2efbf..ffaa3ff 100644 --- a/content/post/a-new-site.md +++ b/content/post/a-new-site.md
@@ -1,8 +1,8 @@
1+++ 1+++
2Categories = ["Geek"] 2Categories = ["Geek"]
3Description = "I made a website." 3Description = "I made a website."
4Title = "A New Site" 4title = "A New Site"
5Date = 2014-06-07T20:16:16Z 5date = 2014-06-07T20:16:16Z
6+++ 6+++
7 7
8I finally got around to making a website. I decided to use [Hugo][] with a slightly-modified [Hyde theme][] 8I finally got around to making a website. I decided to use [Hugo][] with a slightly-modified [Hyde theme][]