소스 검색

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