瀏覽代碼

minor visuals

George S. Baugh 5 年之前
父節點
當前提交
9c68275217
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      www/templates/posts.tx

+ 2 - 0
www/templates/posts.tx

@@ -86,7 +86,9 @@
             : }
             : if( $post.data ) {
                 <div id="postData">
+                    : if ( $post.is_profile ) {
                     <h3><: $post.title :></h3>
+                    : }
                     <: $post.data | mark_raw :>
                 </div>
             : }