| layout | default |
|---|---|
| title | Blog | Simple Jekyll |
| header | Blog |
| description | Where the magic happens - this is the blog! |
| permalink | /blog/ |
{% for post in site.posts %}
{{ post.title }}
{{ post.description }}
? {{ post.date | date_to_string }}
| layout | default |
|---|---|
| title | Blog | Simple Jekyll |
| header | Blog |
| description | Where the magic happens - this is the blog! |
| permalink | /blog/ |
{% for post in site.posts %}
{{ post.title }}
{{ post.description }}
? {{ post.date | date_to_string }}