From 05102f1b79b94b88b60dfcfc00f66cb30ca912c7 Mon Sep 17 00:00:00 2001 From: spf13 Date: Tue, 2 Sep 2014 17:09:56 -0400 Subject: [PATCH] Fixing typo in ordering.md fixed #401 --- docs/content/content/ordering.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/content/ordering.md b/docs/content/content/ordering.md index dd70a7417..009f6101a 100644 --- a/docs/content/content/ordering.md +++ b/docs/content/content/ordering.md @@ -24,10 +24,10 @@ if weights are the same) date will be used to sort. If neither are provided content will be ordered based on how it's read off the disk and no order is guaranteed. -## Assigning Weight to content +## Assigning weight to content +++ - weight = "4" + weight = 4 title = "Three" date = "2012-04-06" +++