summaryrefslogtreecommitdiff
path: root/source/_layouts/blog.html
diff options
context:
space:
mode:
authorPrefetch2022-10-14 23:25:28 +0200
committerPrefetch2022-10-14 23:25:28 +0200
commit6ce0bb9a8f9fd7d169cbb414a9537d68c5290aae (patch)
treea0abb6b22f77c0e84ed38277d14662412ce14f39 /source/_layouts/blog.html
Initial commit after migration from Hugo
Diffstat (limited to 'source/_layouts/blog.html')
-rw-r--r--source/_layouts/blog.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/_layouts/blog.html b/source/_layouts/blog.html
new file mode 100644
index 0000000..4049297
--- /dev/null
+++ b/source/_layouts/blog.html
@@ -0,0 +1,8 @@
+---
+layout: "default"
+---
+
+<h1>{{ page.title }}</h1>
+
+{{ content | toc_only }}
+{{ content | inject_anchors }}