mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 12:06:22 +05:30
Add disqus recent comments
Add disqus recent comments to the core.
This commit is contained in:
parent
6e5926f9a4
commit
2591e69497
3 changed files with 59 additions and 1 deletions
|
|
@ -47,6 +47,11 @@
|
|||
<div class="archive">
|
||||
<?php echo archive_list()?>
|
||||
</div>
|
||||
<?php if(disqus()):?>
|
||||
<div class="comments">
|
||||
<?php echo recent_comments() ?>
|
||||
</div>
|
||||
<?php endif;?>
|
||||
<div class="tagcloud">
|
||||
<?php echo tag_cloud()?>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue