mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 21:16:23 +05:30
Add tagline
Add tagline and change some of the style.
This commit is contained in:
parent
7d914fc898
commit
bd20002549
8 changed files with 15 additions and 20 deletions
|
|
@ -27,6 +27,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<?php endif;?>
|
||||
<?php if ($type == 'blogpost'):?><?php echo get_related($p->tag)?><?php endif;?>
|
||||
<div class="comments border">
|
||||
<?php if ($type == 'blogpost'):?>
|
||||
<?php if (disqus(null, null) == true):?>
|
||||
|
|
@ -34,7 +35,6 @@
|
|||
<?php endif;?>
|
||||
<?php endif;?>
|
||||
</div>
|
||||
<?php if ($type == 'blogpost'):?><?php echo get_related($p->tag)?><?php endif;?>
|
||||
<?php if ($type == 'blogpost'):?>
|
||||
<div class="postnav">
|
||||
<?php if (!empty($next)):?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue