From 5a4f7455ffb3c02d6ddf4fd67cba3f73d254f20b Mon Sep 17 00:00:00 2001 From: luxagraf Date: Tue, 17 May 2016 09:58:50 -0400 Subject: tweaked colors, created black version of posts and got rid of unnecessary custom fonts --- design/templates/details/entry.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'design/templates/details/entry.html') diff --git a/design/templates/details/entry.html b/design/templates/details/entry.html index 2b8ec51..05e2004 100644 --- a/design/templates/details/entry.html +++ b/design/templates/details/entry.html @@ -33,7 +33,7 @@ {%endblock%} {%block htmlclass%}{% with object.template_name as t %} -class="{%if t == 0 or t == 2 %}single{%endif%}{%if t == 1 or t == 3 %}double{%endif%}{%if t == 2 or t == 3 %} dark{%endif%}"{%endwith%}{%endblock%} +class="{%if t == 1 or t == 3 or t == 5 %}double{%else%}single{%endif%}{%if t == 2 or t == 3 %} dark{%endif%}{%if t == 4 or t == 5 %} black{%endif%}"{%endwith%}{%endblock%} {% block primary %} -- cgit v1.2.3-70-g09d2