From: David ‘Bombe’ Roden Date: Wed, 20 Oct 2010 12:51:54 +0000 (+0200) Subject: Don’t show Sone header when current Sone is viewed. X-Git-Tag: 0.1-RC1~155 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=fbdcdd0d0f1fe175a29487134074582515bbb2bf Don’t show Sone header when current Sone is viewed. --- diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 292ab44..75c0337 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -14,7 +14,9 @@ <%else> - <%include include/viewSone.html> + <%if ! sone.current> + <%include include/viewSone.html> + <%/if>
<%foreach sone.posts post>