Explorar o código

minor visuals

George S. Baugh %!s(int64=5) %!d(string=hai) anos
pai
achega
9c68275217
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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>
             : }