Fix example in delimit doc

Thanks to @hellbox for noticing this; ref:
https://github.com/gohugoio/hugoDocs/pull/458
This commit is contained in:
Kaushal Modi
2018-04-22 23:00:21 -04:00
parent e7f6c00d58
commit 8c67dc89a1
+1 -1
View File
@@ -36,7 +36,7 @@ The examples of `delimit` that follow all use the same front matter:
{{< code file="delimit-example-front-matter.toml" nocopy="true" >}}
+++
title: I love Delimit
keywords: [ "tag1", "tag2", "tag3" ]
tags: [ "tag1", "tag2", "tag3" ]
+++
{{< /code >}}