diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/blog/index.md | 6 | ||||
-rw-r--r-- | content/index.md | 10 |
2 files changed, 12 insertions, 4 deletions
diff --git a/content/blog/index.md b/content/blog/index.md new file mode 100644 index 0000000..486c57b --- /dev/null +++ b/content/blog/index.md | |||
@@ -0,0 +1,6 @@ | |||
1 | --- | ||
2 | id: "blog" | ||
3 | title: "Blog" | ||
4 | --- | ||
5 | |||
6 | # Blog | ||
diff --git a/content/index.md b/content/index.md index f595457..64c3e77 100644 --- a/content/index.md +++ b/content/index.md | |||
@@ -1,5 +1,7 @@ | |||
1 | --- | 1 | --- |
2 | title: "Index" | 2 | id: "home" |
3 | title: "Home" | ||
4 | |||
3 | ismain: true | 5 | ismain: true |
4 | --- | 6 | --- |
5 | 7 | ||
@@ -23,7 +25,7 @@ Welcome to my website! I'm Volpeon and here's an [inline link](#). | |||
23 | 1. Lorem ipsum dolor sit amet | 25 | 1. Lorem ipsum dolor sit amet |
24 | 2. Another item | 26 | 2. Another item |
25 | 27 | ||
26 | <ul class="refs"> | 28 | <ul> |
27 | <li><a href="#">Lorem ipsum dolor sit amet</a></li> | 29 | <li class="c-refs__item"><a href="#">Lorem ipsum dolor sit amet</a></li> |
28 | <li><a href="#">Another item</a></li> | 30 | <li class="c-refs__item"><a href="#">Another item</a></li> |
29 | </ul> | 31 | </ul> |