Fix typo for code block on templates introduction

This commit is contained in:
Ryan Watters
2017-04-07 18:56:02 -05:00
parent 0902a1c08b
commit 9f1c72ee1d
+1
View File
@@ -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