From 0e0a9c3da9bb7995074ea0f3deab2ebcc6432135 Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 1 Oct 2015 14:01:54 -0400 Subject: [PATCH] wrong placement again --- contrib/templates/default/post.mustache | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/templates/default/post.mustache b/contrib/templates/default/post.mustache index e897880..8bfd528 100644 --- a/contrib/templates/default/post.mustache +++ b/contrib/templates/default/post.mustache @@ -5,12 +5,12 @@ [[ {{Frontend}} ]] - {{#IsTor}} - post from i2p - {{/IsTor}} {{#IsI2P}} - post from tor + post from i2p {{/IsI2P}} + {{#IsTor}} + post from tor + {{/IsTor}} {{#IsClearnet}} post from clearnet {{/IsClearnet}}