Example starter code from official docs
This commit is contained in:
9
src/index.html
Normal file
9
src/index.html
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: layout.html
|
||||
title: Hello World!
|
||||
---
|
||||
|
||||
{% for post in collections.post %}
|
||||
<h2><a href="{{ post.url }}">{{ post.data.title }}</a></h2>
|
||||
<p>{{ post.content }}</p>
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user