Files: 998eca3a216412a431765230c7b8533155bb5da2 / _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