mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 11:36:20 +05:30
Theme copyright.
Added theme copyright for Twenty Fifteen & Twenty Sixteen.
This commit is contained in:
parent
a273a4faf7
commit
386f047505
2 changed files with 7 additions and 3 deletions
|
|
@ -96,12 +96,14 @@
|
|||
<?php echo popular_posts();?>
|
||||
</section>
|
||||
<?php endif;?>
|
||||
|
||||
|
||||
<?php if (disqus()): ?>
|
||||
<section id="recent-comments" class="widget widget_recent_comments">
|
||||
<h2 class="widget-title">Recent Comments</h2>
|
||||
<script src="//<?php echo config('disqus.shortname');?>.disqus.com/recent_comments_widget.js?num_items=5&hide_avatars=0&avatar_size=48&excerpt_length=200&hide_mods=0" type="text/javascript"></script><style>li.dsq-widget-item {padding-top:15px;} img.dsq-widget-avatar {margin-right:5px;} .dsq-widget-list {margin-left:0;}</style>
|
||||
</section>
|
||||
|
||||
<?php endif;?>
|
||||
|
||||
<section id="archives" class="widget widget_archive">
|
||||
<h2 class="widget-title">Archives</h2>
|
||||
<?php echo archive_list() ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue