Markdownify index page
This commit is contained in:
parent
b69426554f
commit
b4f9f2bab4
9
_includes/content.md
Normal file
9
_includes/content.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: Index
|
||||||
|
permalink: /
|
||||||
|
---
|
||||||
|
|
||||||
|
### just stuff
|
||||||
|
|
||||||
|
* [My blog](https://blog.graffen.dk)
|
12
index.html
12
index.html
|
@ -1,12 +0,0 @@
|
||||||
---
|
|
||||||
layout: default
|
|
||||||
---
|
|
||||||
|
|
||||||
<div class="home">
|
|
||||||
|
|
||||||
<h1 class="page-heading">Just stuff</h1>
|
|
||||||
<ul>
|
|
||||||
<li><a href="https://blog.graffen.dk">My blog</a></li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</div>
|
|
Loading…
Reference in a new issue