mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 20:46:26 +05:30
Add TOC
Allow to add TOC using shortcode (<!--toc-->). TOC add button in text editor.
This commit is contained in:
parent
4d8cfbb733
commit
6c8c1271c2
11 changed files with 100 additions and 8 deletions
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div class="content-body" id="content">
|
||||
<div class="content-body post-<?php echo $p->date;?>" id="content">
|
||||
|
||||
<?php echo $post->body;?>
|
||||
<p class="post-footer">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue