summary refs log tree commit diff stats
path: root/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
commitbac06509eb76604d08483b045241281f1a0e9176 (patch)
tree018135785a7d379b6df0f9001c6b822dc3813901 /post/a-new-site.md
parent7589e721a73ceaddbf0c2ac48b3ec3c424ba304f (diff)
downloadwebsite-bac06509eb76604d08483b045241281f1a0e9176.tar.lz
website-bac06509eb76604d08483b045241281f1a0e9176.tar.zst
website-bac06509eb76604d08483b045241281f1a0e9176.zip
Fix casing of YAML front matter tags
Diffstat (limited to 'post/a-new-site.md')
-rw-r--r--post/a-new-site.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/post/a-new-site.md b/post/a-new-site.md
index aa2efbf..ffaa3ff 100644
--- a/post/a-new-site.md
+++ b/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][]