parent
2265e82181
commit
24f1978412
|
@ -66,6 +66,16 @@ Now it's your turn, change the Hello World! on your page to output as lowercase:
|
||||||
```
|
```
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
|
||||||
|
To get our changes processed by Jekyll we need to add [front matter](03-front-matter/) to the top of the page:
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
---
|
||||||
|
# front matter tells Jekyll to process Liquid
|
||||||
|
---
|
||||||
|
```
|
||||||
|
|
||||||
|
Our "Hello World!" will now be downcased on render.
|
||||||
|
|
||||||
It may not seem like it now, but much of Jekyll's power comes from combining
|
It may not seem like it now, but much of Jekyll's power comes from combining
|
||||||
Liquid with other features.
|
Liquid with other features.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue