feat(TOC): Table of Contents

post(typoclassopedia): alternative formulations for Applicative
This commit is contained in:
Mahdi Dibaiee
2017-10-06 18:41:43 +03:30
parent c4d343b3fd
commit ae6b5b2be7
7 changed files with 399 additions and 3 deletions

View File

@ -10,7 +10,11 @@
<div class="page-content">
<div class="wrapper">
<h1 class="page-heading"></h1>
{{ content }}
{% if page.toc %}
{{ content | toc_generate }}
{% else %}
{{ content }}
{% endif %}
</div>
</div>