mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 19:26:08 +05:30
Update files
This commit is contained in:
parent
72fc6b34f1
commit
450fdd1e32
2 changed files with 3 additions and 3 deletions
|
|
@ -63,9 +63,9 @@
|
|||
<?php echo $p->tag; ?>
|
||||
</span>
|
||||
<?php if (disqus_count()) { ?>
|
||||
<span class="comments-link"><a href="<?php echo $p->url ?>#disqus_thread"> <?php echo i18n('comments');?></a></span>
|
||||
<span class="comments-link"><a href="<?php echo $p->url ?>#disqus_thread"> <?php echo i18n('Comments');?></a></span>
|
||||
<?php } elseif (facebook()) { ?>
|
||||
<span class="comments-link"><a href="<?php echo $p->url ?>#comments"><span><fb:comments-count href=<?php echo $p->url ?>></fb:comments-count> <?php echo i18n('comments');?></span></a></span>
|
||||
<span class="comments-link"><a href="<?php echo $p->url ?>#comments"><span><fb:comments-count href=<?php echo $p->url ?>></fb:comments-count> <?php echo i18n('Comments');?></span></a></span>
|
||||
<?php } ?>
|
||||
</footer>
|
||||
</article>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue