Parcourir la Source

Tweak hyde/post indentation a bit.

Brit Butler il y a 11 ans
Parent
commit
3bf0bcf337
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      themes/hyde/post.tmpl

+ 3 - 3
themes/hyde/post.tmpl

@@ -6,9 +6,9 @@
6 6
   <div class="tags">{\n}
7 7
     {if $post.tags}
8 8
       Tagged as {foreach $tag in $post.tags}
9
-                  <a href="../tag/{$tag.slug}.{$config.pageExt}">{$tag.name}</a>{nil}
10
-                      {if not isLast($tag)},{sp}{/if}
11
-                {/foreach}
9
+        <a href="../tag/{$tag.slug}.{$config.pageExt}">{$tag.name}</a>{nil}
10
+          {if not isLast($tag)},{sp}{/if}
11
+      {/foreach}
12 12
     {/if}
13 13
   </div>{\n}
14 14
   <div class="date">{\n}