aboutsummaryrefslogtreecommitdiff
path: root/_layouts/index.html
diff options
context:
space:
mode:
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>