shithub: hugo

Download patch

ref: 294222ac7445ae3271997df1abaf2caf6277d13e
parent: 4281cbfa34f879954c021dd81616daf0879bc7a7
author: spf13 <[email protected]>
date: Mon Aug 25 10:02:39 EDT 2014

Fixing a broken link in the docs

--- a/docs/content/extras/highlighting.md
+++ b/docs/content/extras/highlighting.md
@@ -1,4 +1,6 @@
 ---
+aliases:
+- /extras/highlight/
 date: 2013-07-01
 menu:
   main:
--- a/docs/content/templates/functions.md
+++ b/docs/content/templates/functions.md
@@ -106,4 +106,4 @@
 
 ### highlight
 Take a string of code and a language, uses pygments to return the syntax
-highlighted code in html. Used in the [highlight shortcode](/extras/highlight).
+highlighted code in html. Used in the [highlight shortcode](/extras/highlighting).