diff options
Diffstat (limited to 'source/_layouts/blog.html')
-rw-r--r-- | source/_layouts/blog.html | 8 |
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 }} |