X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=75c0337facbd511953a7438cc52f23fed2170b06;hb=18f07325f79a3b93cee8d5f1a53adc0dbb7f1e1d;hp=71fba4f0897b7fee6a0ffb8d59ac75c648f90cb9;hpb=baf579fcb6b34aac5b6411579ee1ecf5fa29bd50;p=Sone.git diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 71fba4f..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> @@ -29,6 +31,8 @@
<%foreach sone.friends sone> <%include include/viewSone.html> + <%foreachelse> +
<%= Page.ViewSone.Following.FollowingNone.Text|l10n|html>
<%/foreach>