From 1c18fcad2a3914a87ecd0822ba5654b1b0557e6a Mon Sep 17 00:00:00 2001 From: Benjamin Southall Date: Thu, 1 Jun 2017 07:15:01 +0900 Subject: [PATCH] Adding glitch class to h1 to enable glitch CSS effect on test CSS theme --- templates/generic_page.html | 4 +++- templates/index.html | 7 +++++-- templates/page.html | 8 ++++++-- templates/thread.html | 6 +++--- 4 files changed, 17 insertions(+), 8 deletions(-) diff --git a/templates/generic_page.html b/templates/generic_page.html index fbac1618..e8362098 100644 --- a/templates/generic_page.html +++ b/templates/generic_page.html @@ -12,8 +12,9 @@ {{ boardlist.top }} {% if pm %}
You have an unread PM{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.

{% endif %} {% if config.url_banner %}{% endif %} +
-

{{ board.url }} - {{ board.name }}

+

{{ board.url }} - {{ board.name }}

{% if board.title %} {{ board.title|e }} @@ -47,6 +48,7 @@ {% for footer in config.footer %}

{{ footer }}

{% endfor %} +
diff --git a/templates/index.html b/templates/index.html index 0fec3b1b..dda024cf 100644 --- a/templates/index.html +++ b/templates/index.html @@ -26,7 +26,7 @@ {% if config.url_banner %}{% endif %}
-

{{ board.url }} - {{ board.title|e }}

+

{{ board.url }} - {{ board.title|e }}

{% if board.subtitle %} {% if config.allow_subtitle_html %} @@ -35,7 +35,8 @@ {{ board.subtitle|e }} {% endif %} {% endif %} - {% if mod %}

{% trans %}Return to dashboard{% endtrans %}

{% endif %} + {% if mod %} +

{% trans %}Return to dashboard{% endtrans %}

{% endif %}
@@ -78,6 +79,8 @@ {{ config.ad.bottom }}
+

 

+

 

- Tinyboard + vichan + lainchan {{ config.version }} - diff --git a/templates/page.html b/templates/page.html index 6ea6b562..b45d6636 100644 --- a/templates/page.html +++ b/templates/page.html @@ -15,8 +15,8 @@ {% if pm %}

You have an unread PM{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.

{% endif %}
-
-

{{ title }}

+
+

{{ title }}

{% if subtitle %} {{ subtitle }} @@ -35,6 +35,10 @@
lainchan Copyright © 2014-2017 lainchan Administration

+
+
diff --git a/templates/thread.html b/templates/thread.html index 2d665ede..5613cb47 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -34,7 +34,7 @@ {% if config.url_banner %}{% endif %}
-

{{ board.url }} - {{ board.title|e }}

+

{{ board.url }} - {{ board.title|e }}

{% if board.subtitle %} {% if config.allow_subtitle_html %} @@ -89,7 +89,7 @@ {{ boardlist.bottom }} {{ config.ad.bottom }} - +
{% include 'badges.html' %}

- Tinyboard + @@ -100,7 +100,7 @@
lainchan Copyright © 2014-2017 lainchan Administration

{% for footer in config.footer %}

{{ footer }}

{% endfor %}
-
+