From 221a9cbe86cb216e23ce671ce36c7130cb1c9a8d Mon Sep 17 00:00:00 2001 From: Javier Olaechea Date: Sat, 16 Aug 2014 02:12:12 -0500 Subject: [PATCH] Make tags indices URL absolute --- themes/hyde/post.tmpl | 2 +- themes/readable/post.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/hyde/post.tmpl b/themes/hyde/post.tmpl index cebe759..8400fcb 100644 --- a/themes/hyde/post.tmpl +++ b/themes/hyde/post.tmpl @@ -6,7 +6,7 @@
{\n} {if $post.tags} Tagged as {foreach $tag in $post.tags} - {$tag.name}{nil} + {$tag.name}{nil} {if not isLast($tag)},{sp}{/if} {/foreach} {/if} diff --git a/themes/readable/post.tmpl b/themes/readable/post.tmpl index b655ce7..d2789ea 100644 --- a/themes/readable/post.tmpl +++ b/themes/readable/post.tmpl @@ -6,7 +6,7 @@

{if $post.tags} Tagged as {foreach $tag in $post.tags} - {$tag.name}{nil} + {$tag.name}{nil} {if not isLast($tag)},{sp}{/if} {/foreach} {/if}