Преглед на файлове

fix issue with adding custom tags on existing posts

George S. Baugh преди 3 години
родител
ревизия
2586e125e4
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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>
 : }