mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 04:56:23 +05:30
Improve theme
Improving the default theme.
This commit is contained in:
parent
7de2b1b744
commit
d1f803c3a7
3 changed files with 12 additions and 3 deletions
|
|
@ -40,7 +40,10 @@
|
|||
href="https://plus.google.com/share?url=<?php echo $p->url ?>">Google+</a>
|
||||
</div>
|
||||
</div>
|
||||
<?php echo get_related($p->tag) ?>
|
||||
<div class="related">
|
||||
<h4>Related posts</h4>
|
||||
<?php echo get_related($p->tag)?>
|
||||
</div>
|
||||
<div id="comments" class="comments border">
|
||||
<?php if (facebook()): ?>
|
||||
<div class="fb-comments" data-href="<?php echo $p->url ?>" data-numposts="<?php echo config('fb.num') ?>" data-colorscheme="<?php echo config('fb.color') ?>"></div>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,10 @@
|
|||
<a class="googleplus" target="_blank" href="https://plus.google.com/share?url=<?php echo $p->url ?>">Google+</a>
|
||||
</div>
|
||||
</div>
|
||||
<?php echo get_related($p->tag) ?>
|
||||
<div class="related">
|
||||
<h4>Related posts</h4>
|
||||
<?php echo get_related($p->tag)?>
|
||||
</div>
|
||||
<div id="comments" class="comments border">
|
||||
<?php if (facebook()): ?>
|
||||
<div class="fb-comments" data-href="<?php echo $p->url ?>" data-numposts="<?php echo config('fb.num') ?>" data-colorscheme="<?php echo config('fb.color') ?>"></div>
|
||||
|
|
|
|||
|
|
@ -42,7 +42,10 @@
|
|||
href="https://plus.google.com/share?url=<?php echo $p->url ?>">Google+</a>
|
||||
</div>
|
||||
</div>
|
||||
<?php echo get_related($p->tag) ?>
|
||||
<div class="related">
|
||||
<h4>Related posts</h4>
|
||||
<?php echo get_related($p->tag)?>
|
||||
</div>
|
||||
<div id="comments" class="comments border">
|
||||
<?php if (facebook()): ?>
|
||||
<div class="fb-comments" data-href="<?php echo $p->url ?>" data-numposts="<?php echo config('fb.num') ?>" data-colorscheme="<?php echo config('fb.color') ?>"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue