Files: 3b9a5cf70191e2f27991f771c2f6a708dc87ea7a / _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