about summary refs log tree commit diff stats
path: root/content/post/a-new-site.md
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/a-new-site.md
parentcdd34e9bfbfa6a23b93cedcffaa8d8f9e862fc84 (diff)
downloadwebsite-7c70c280a21715b49a4572d03af08fe5d6e88355.tar.lz
website-7c70c280a21715b49a4572d03af08fe5d6e88355.tar.zst
website-7c70c280a21715b49a4572d03af08fe5d6e88355.zip
Fix casing of YAML front matter tags
Diffstat (limited to 'content/post/a-new-site.md')
-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 @@
 +++
 Categories = ["Geek"]
 Description = "I made a website."
-Title = "A New Site"
-Date = 2014-06-07T20:16:16Z
+title = "A New Site"
+date = 2014-06-07T20:16:16Z
 +++
 
 I finally got around to making a website.  I decided to use [Hugo][] with a slightly-modified [Hyde theme][]