parent
68e4e901c2
commit
a58d71a311
|
@ -44,6 +44,16 @@ title: Home
|
|||
```
|
||||
{% endraw %}
|
||||
|
||||
|
||||
Note that in order for Jekyll to process any liquid tags on your page,
|
||||
you _must_ include front matter on it. The most minimal snippet of front matter
|
||||
you can include is:
|
||||
|
||||
```liquid
|
||||
---
|
||||
---
|
||||
```
|
||||
|
||||
You may still be wondering why you'd output it this way as it takes
|
||||
more source code than raw HTML. In this next step, you'll see why we've
|
||||
been doing this.
|
||||
|
|
Loading…
Reference in New Issue