Tweak hyde/post indentation a bit.
This commit is contained in:
parent
0e70d8661e
commit
3bf0bcf337
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@
|
|||
<div class="tags">{\n}
|
||||
{if $post.tags}
|
||||
Tagged as {foreach $tag in $post.tags}
|
||||
<a href="../tag/{$tag.slug}.{$config.pageExt}">{$tag.name}</a>{nil}
|
||||
{if not isLast($tag)},{sp}{/if}
|
||||
{/foreach}
|
||||
<a href="../tag/{$tag.slug}.{$config.pageExt}">{$tag.name}</a>{nil}
|
||||
{if not isLast($tag)},{sp}{/if}
|
||||
{/foreach}
|
||||
{/if}
|
||||
</div>{\n}
|
||||
<div class="date">{\n}
|
||||
|
|
Loading…
Add table
Reference in a new issue