Explorar o código

fix issue with adding custom tags on existing posts

George S. Baugh %!s(int64=3) %!d(string=hai) anos
pai
achega
2586e125e4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      www/templates/post_tags.tx

+ 1 - 1
www/templates/post_tags.tx

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