diff --git a/static/css/main.css b/static/css/main.css index a8e453b..aae1c57 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1896,8 +1896,9 @@ button, width: 100%; } #main > .inner { padding: 0 6em 0.1em 6em ; - margin: 0 auto; - max-width: 110em; } + margin-top: 0; + margin-left: 1em; + max-width: 1100px; } #main > .inner > section { padding: 2em 0 4em 0 ; border-top: solid 2px rgba(210, 215, 217, 0.75); } diff --git a/templates/base.html b/templates/base.html index 86d38a9..ceb280d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -98,14 +98,13 @@ {% include 'include/sidebar.html' %} - -{% if IMAGETRACKINGCODE %} +{% if IMAGETRACKINGCODE is sameas True %} {{ IMAGETRACKINGCODE }} {% endif %} diff --git a/templates/include/paginated_posts.html b/templates/include/paginated_posts.html index 1ce1ee8..f04a94d 100644 --- a/templates/include/paginated_posts.html +++ b/templates/include/paginated_posts.html @@ -3,7 +3,7 @@
{% if article.photo_image %} - + {% endif %} {% if (article.category != MICROBLOG ) %}
diff --git a/templates/include/sidebar.html b/templates/include/sidebar.html index d58ca4b..a237b06 100644 --- a/templates/include/sidebar.html +++ b/templates/include/sidebar.html @@ -116,26 +116,27 @@

Webring

{% for article in webring_articles %}

{{ article.title }}

-

{{ article.date|strftime('%d %B %Y') }}

+

{{ article.date|strftime('%d %B %Y') }}

{% endfor %} - - + {% endif %} - {% if FEDIRING sameas True %} + {% if FEDIRING is sameas True %}
-

Fediring

+

Webring - Fediverse

- - - {% if FEDIRINGRANDOM sameas True %} + (PREV) Fediring - {% endif %} - + (NEXT)

-
- + {% if FEDIRINGRANDOM is sameas True %} +

+ Fediring Random +

+ {% endif %} +
{% endif %}