mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 15:58:53 +00:00
Fix typo for code block on templates introduction
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user