summaryrefslogtreecommitdiff
path: root/source/_layouts/blog.html
blob: 7a41ff956709598c1a07551ca446d09dacb02d00 (plain)
1
2
3
4
5
6
7
8
---
layout: "default"
---

<h1>{{ page.title | smartify }}</h1>

{{ content | toc_only }}
{{ content | inject_anchors }}