瀏覽代碼

fix issue with tag display and images

George Baugh 3 年之前
父節點
當前提交
42b704f47c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      www/templates/post_tags.tx

+ 1 - 1
www/templates/post_tags.tx

@@ -2,4 +2,4 @@
 : for $post.extra_tags -> $tag {
     <a href="/posts?tag=<: $tag :>" class="tag">🏷️ <: $tag :></a>
 : }
-</span>
+</span><br />