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