Files: 1155de8768d60eaff9f33c5af6ab7251b1bc1a3b / _layouts / page.html
202 bytesRaw
1 | --- |
2 | layout: default |
3 | --- |
4 | |
5 | {% if page.include_toc %} |
6 | {% include toc.html %} |
7 | {% endif %} |
8 | |
9 | <div class="page"> |
10 | <h1 class="page-title">{{ page.title }}</h1> |
11 | {{ content }} |
12 | </div> |
13 | |
14 | {% include disqus.html %} |
Built with git-ssb-web