From 85e28c10ea720004ba324a0286682274c79df561 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Sat, 5 Aug 2017 19:28:19 +0200 Subject: [PATCH] Remove comment from variable in front matter example --- content/variables/page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/variables/page.md b/content/variables/page.md index c8f855d60..58c4d2110 100644 --- a/content/variables/page.md +++ b/content/variables/page.md @@ -179,7 +179,7 @@ Any other value defined in the front matter in a content file, including taxonom title: My First Post date: date: 2017-02-20T15:26:23-06:00 categories: [one] -#tags: [two,three,four] +tags: [two,three,four] ``` With the above front matter, the `tags` and `categories` taxonomies are accessible via the following: