]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update panini.md 12200/head
authorRené Loos <Loosie94@users.noreply.github.com>
Mon, 15 Feb 2021 13:26:47 +0000 (14:26 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Feb 2021 13:26:47 +0000 (14:26 +0100)
Typo in docs

docs/pages/panini.md

index 65bf865859e8e3eabc460c71f29bd19c4de57a97..423e549434585b00001a0d510e2a49364326ae95 100644 (file)
@@ -127,7 +127,7 @@ Displays the HTML inside the helper if the two values are equal.
 {{#ifequal foo bar}}
   <p>foo and bar are equal</p>
 {{else}}
-  <p>foo and bar are not equal}}  
+  <p>foo and bar are not equal</p>  
 {{/ifequal}}
 ```