aboutsummaryrefslogtreecommitdiff
path: root/_layouts/index.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-11-01 22:54:27 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-11-01 22:54:27 +0100
commit2417a6b7603524dc5cd30d29b153f91024b9443d (patch)
tree9be5ea8e5baba96dd9159217da6badf6157fb595 /_layouts/index.html
parent89ba3497f07a8ea43d209b583f39fcc286acc923 (diff)
downloadmitjafelicijan.com-2417a6b7603524dc5cd30d29b153f91024b9443d.tar.gz
Move to Jekyll
Diffstat (limited to '_layouts/index.html')
-rw-r--r--_layouts/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/_layouts/index.html b/_layouts/index.html
new file mode 100644
index 0000000..3ce3d8f
--- /dev/null
+++ b/_layouts/index.html
@@ -0,0 +1,10 @@
1---
2layout: base
3---
4
5<main>
6 {{ content }}
7
8 <hr>
9 {% include webring.html %}
10</main>