mirror of
https://github.com/danpros/htmly.git
synced 2026-04-22 05:26:22 +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
|
|
@ -38,7 +38,7 @@
|
|||
<blockquote><?php echo $p->quote ?></blockquote>
|
||||
</div>
|
||||
<?php } ?>
|
||||
<div class="post-body" itemprop="articleBody">
|
||||
<div class="post-body post-<?php echo $p->date;?>" itemprop="articleBody">
|
||||
<?php echo $p->body; ?>
|
||||
</div>
|
||||
<div class="tags"><strong><?php echo i18n('Tags');?></strong> <?php echo $p->tag;?></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue