Shortcodes are content files specific.
authorJakub Turski <yacoob@gmail.com>
Wed, 27 Aug 2014 09:36:26 +0000 (10:36 +0100)
committerspf13 <steve.francia@gmail.com>
Thu, 28 Aug 2014 16:59:52 +0000 (12:59 -0400)
This fixes spf13/hugo#440.

docs/content/extras/shortcodes.md

index 644153fae9783df27a883dab36bdaf40b80c690c..3d0c7d92a815c7910900d0546f352838c00b7ec4 100644 (file)
@@ -22,8 +22,10 @@ apply styling for display.
 
 To avoid both of these limitations Hugo created shortcodes.
 
-A shortcode is a simple snippet inside a markdown file that Hugo will render
-using a predefined template.
+A shortcode is a simple snippet inside a content file that Hugo will render
+using a predefined template. Note that shortcodes will not work in template 
+files - if you need a functionality like that in a template, you most likely
+want a [partial template](/templates/partial) instead.
 
 ## Using a shortcode