From 43d12b44ca67550bba5e42d5cb72621014a2ad39 Mon Sep 17 00:00:00 2001 From: Patrick Collins Date: Wed, 16 Aug 2017 11:36:32 -0400 Subject: [PATCH] Fix typo --- content/templates/shortcode-templates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/templates/shortcode-templates.md b/content/templates/shortcode-templates.md index 585d538d8..65642ae61 100644 --- a/content/templates/shortcode-templates.md +++ b/content/templates/shortcode-templates.md @@ -119,7 +119,7 @@ You could then include the following as part of your shortcode templating: ``` {{ if .IsNamedParams }} - + {{ else }} {{ end }}. @@ -345,4 +345,4 @@ More shortcode examples can be found in the [shortcodes directory for spf13.com] [spfscs]: https://github.com/spf13/spf13.com/tree/master/layouts/shortcodes "See more examples of shortcodes by visiting the shortcode directory of the source for spf13.com, the blog of Hugo's creator, Steve Francia." [templates]: /templates/ "The templates section of the Hugo docs." [vimeoexample]: #single-flexible-example-vimeo -[youtubeshortcode]: /content-management/shortcodes/#youtube "See how to use Hugo's built-in YouTube shortcode." \ No newline at end of file +[youtubeshortcode]: /content-management/shortcodes/#youtube "See how to use Hugo's built-in YouTube shortcode."