From 8ec7421c0389f91219a238e4238318f58d67a941 Mon Sep 17 00:00:00 2001
From: Daniel Chapman
Date: Thu, 6 Oct 2016 17:49:27 +0900
Subject: [PATCH] Update Wikipedia YAML list link
List no longer exists on that page as an id. Basic_components holds the lists now, and at the top conveniently :v:
I also added a second link under the tags heading.
---
site/_docs/frontmatter.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/site/_docs/frontmatter.md b/site/_docs/frontmatter.md
index 7e427552..72281e26 100644
--- a/site/_docs/frontmatter.md
+++ b/site/_docs/frontmatter.md
@@ -156,7 +156,7 @@ These are available out-of-the-box to be used in the front matter for a post.
more categories that the post belongs to. When the site is generated
the post will act as though it had been set with these categories
normally. Categories (plural key) can be specified as a YAML list or a
+ href="https://en.wikipedia.org/wiki/YAML#Basic_components">YAML list or a
comma-separated string.
@@ -170,7 +170,8 @@ These are available out-of-the-box to be used in the front matter for a post.
Similar to categories, one or multiple tags can be added to a post.
- Also like categories, tags can be specified as a YAML list or a
+ Also like categories, tags can be specified as a YAML list or a
comma-separated string.