Don’t show Sone header when current Sone is viewed.
[Sone.git] / src / main / resources / templates / viewSone.html
index 292ab44..75c0337 100644 (file)
@@ -14,7 +14,9 @@
 
        <%else>
 
-               <%include include/viewSone.html>
+               <%if ! sone.current>
+                       <%include include/viewSone.html>
+               <%/if>
 
                <div id="posts">
                        <%foreach sone.posts post>