Added support 'Table of Content' [Toc]
This commit is contained in:
@@ -77,6 +77,12 @@
|
||||
<div class="card-inner-wrapper">
|
||||
<!-- post text -->
|
||||
<div class="card-content-text has-text-justified">
|
||||
{% if article.toc %}
|
||||
<nav class="toc">
|
||||
{{ article.toc }}
|
||||
</nav>
|
||||
{% endif %}
|
||||
|
||||
{{ article.content }}
|
||||
</div>
|
||||
<!-- end of post text -->
|
||||
|
||||
Reference in New Issue
Block a user