소스 검색

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>
 : }