shithub: hugo

Download patch

ref: 05102f1b79b94b88b60dfcfc00f66cb30ca912c7
parent: 1363128962c9354404b78cb21d42faa6133658ad
author: spf13 <[email protected]>
date: Tue Sep 2 13:09:56 EDT 2014

Fixing typo in ordering.md fixed #401

--- a/docs/content/content/ordering.md
+++ b/docs/content/content/ordering.md
@@ -24,10 +24,10 @@
 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"
     +++