Skip to content

Commit d9ac2cb

Browse files
Add front matter to index.md
Added front matter for layout and title.
1 parent 97e438a commit d9ac2cb

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1+
---
2+
layout: default
3+
title: Home
4+
---
5+
16
# Vuurcode
7+
8+
This is a sample Jekyll site.
9+
You can edit this page in `index.md`.
10+
11+
Check out the [About page](about.md) or read the latest posts below:
12+
13+
<ul>
14+
{% for post in site.posts %}
15+
<li>
16+
<a href="{{ post.url }}">{{ post.title }}</a> — {{ post.date | date: "%B %d, %Y" }}
17+
</li>
18+
{% endfor %}
19+
</ul>

0 commit comments

Comments
 (0)