Added toc filter to posts

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-03-09 10:13:44 +01:00
parent 440171c2db
commit a483b3a6b8

View File

@ -25,7 +25,7 @@ layout: default
</header> </header>
<div class="text-justify" itemprop="articleBody"> <div class="text-justify" itemprop="articleBody">
{{ content }} {{ content|toc }}
</div> </div>
</article> </article>