From 9f1c72ee1d39cd32053a50dd9eb7ded3412b18b1 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Fri, 7 Apr 2017 18:56:02 -0500 Subject: [PATCH] Fix typo for code block on templates introduction --- content/templates/introduction.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/templates/introduction.md b/content/templates/introduction.md index 93bd19e7d..d832ec792 100644 --- a/content/templates/introduction.md +++ b/content/templates/introduction.md @@ -248,6 +248,7 @@ The following accesses the page parameter called "disqus_url" and escapes the HT {{ if or (or (isset .Params "title") (isset .Params "caption")) (isset .Params "attr") }} Stuff Here {{ end }} +``` Could be rewritten as