diff options
author | luxagraf <sng@luxagraf.net> | 2016-05-17 09:58:50 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2016-05-17 09:58:50 -0400 |
commit | 5a4f7455ffb3c02d6ddf4fd67cba3f73d254f20b (patch) | |
tree | dd36a6832bca92e1bf3d0be0abd4d3f9ab46d944 /design/templates/details | |
parent | 7945a5a48599677c07aff9740a625a428515eeb4 (diff) |
tweaked colors, created black version of posts and got rid of
unnecessary custom fonts
Diffstat (limited to 'design/templates/details')
-rw-r--r-- | design/templates/details/entry.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} |