Improve theme

Improving the default theme.
This commit is contained in:
Danang Probo Sayekti 2015-07-12 11:50:51 +07:00
commit d1f803c3a7
3 changed files with 12 additions and 3 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>