diff --git a/files/templates/comments.html b/files/templates/comments.html index fb46226e1..203fd0ea4 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -210,8 +210,16 @@ {% if not c.author %} {{c.print()}} {% endif %} - {% if c.author.is_cakeday %}{% endif %}{{c.author_name}} - {% if c.author.customtitle %}  {{c.author.customtitle | safe}}{% endif %} + + + {% if c.author.is_cakeday %} + + {% endif %} + {{c.author_name}} + + {% if c.author.customtitle %} +   {{c.author.customtitle | safe}} + {% endif %} {% endif %} {% if c.parent_comment_id and not standalone and level != 1 %}{{c.parent_comment.author_name}}{% endif %} diff --git a/files/templates/header.html b/files/templates/header.html index d67bb6e34..6879fac70 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -158,7 +158,12 @@
{% if p.author.is_cakeday %}{% endif %}{{p.author_name}}{% if p.author.customtitle %}  {{p.author.customtitle | safe}}{% endif %} + + + {% if p.author.is_cakeday %} + + {% endif %} + {{p.author_name}} + + {% if p.author.customtitle %} +   {{p.author.customtitle | safe}} + {% endif %} {% endif %}  {{p.age_string}} ({% if p.is_image %}image post{% elif p.is_video %}video post{% elif p.is_audio %}audio post{% elif p.domain %}{{p.domain}}{% else %}text post{% endif %}) diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 4c6cb2c3c..d5cf76b37 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -189,7 +189,16 @@ {% if p.author.verified %} {% endif %} - {% if p.author.is_cakeday %}{% endif %}{{p.author_name}}{% if p.author.customtitle %}  {{p.author.customtitle | safe}}{% endif %} + + + {% if p.author.is_cakeday %} + + {% endif %} + {{p.author_name}} + + {% if p.author.customtitle %} +   {{p.author.customtitle | safe}} + {% endif %} {% endif %}  {{p.age_string}}   @@ -436,4 +445,4 @@ - \ No newline at end of file + diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 58b310401..c425427ab 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -40,7 +40,9 @@
- {% if u.is_cakeday %}{% endif %} + {% if u.is_cakeday %} + + {% endif %}
{% if u.is_suspended %} @@ -366,7 +368,9 @@
- {% if u.is_cakeday %}{% endif %} + {% if u.is_cakeday %} + + {% endif %}
{% if u.is_suspended %} diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index 936385085..78a1b4b89 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -1,6 +1,6 @@ {%- set CACHE_VER = { - 'css/main.css': 307, + 'css/main.css': 308, 'css/4chan.css': 60, 'css/classic.css': 59,