fix formatting again
This commit is contained in:
parent
8bea61eb14
commit
7716e64e22
|
@ -202,7 +202,9 @@ data that is sent to the Liquid templating engine during the conversion. For
|
||||||
instance, if you set a <code>title</code>, you can use that in your layout to
|
instance, if you set a <code>title</code>, you can use that in your layout to
|
||||||
set the page title:
|
set the page title:
|
||||||
|
|
||||||
<title>{{ page.title }}</title>
|
<pre>
|
||||||
|
<title>{{ page.title }}</title>
|
||||||
|
</pre>
|
||||||
|
|
||||||
h2. Filters, Tags, and Blocks
|
h2. Filters, Tags, and Blocks
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue