diff --git a/docs/content/extras/highlighting.md b/docs/content/extras/highlighting.md index c568fd01f..f157b85a1 100644 --- 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: diff --git a/docs/content/templates/functions.md b/docs/content/templates/functions.md index a9297294d..a37c60510 100644 --- a/docs/content/templates/functions.md +++ b/docs/content/templates/functions.md @@ -106,4 +106,4 @@ eg {{title "BatMan"}} -> "Batman" ### 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).