From c0dc9d3c972176296a4735ceecc68edbfc45e731 Mon Sep 17 00:00:00 2001
From: SURYAVANSHI SNEHAL BALKRISHNA
<58397197+snehal2841@users.noreply.github.com>
Date: Thu, 15 Oct 2020 16:16:41 +0530
Subject: [PATCH] margins of articles to be more center screen than full width
added
---
templates/archives.html | 2 +-
templates/article.html | 3 +++
templates/authors.html | 2 +-
templates/base.html | 2 ++
templates/categories.html | 2 +-
templates/index.html | 2 ++
templates/page.html | 2 ++
templates/partial/neighbors.html | 2 +-
templates/partial/pagination.html | 2 +-
templates/partial/translations.html | 2 +-
templates/period_archives.html | 2 +-
templates/tags.html | 2 +-
12 files changed, 17 insertions(+), 8 deletions(-)
diff --git a/templates/archives.html b/templates/archives.html
index b0c1d18..81ddf05 100644
--- a/templates/archives.html
+++ b/templates/archives.html
@@ -7,7 +7,7 @@
-
+
{% set previous_date = False %}
diff --git a/templates/article.html b/templates/article.html
index 44d3fe1..ffb2358 100644
--- a/templates/article.html
+++ b/templates/article.html
@@ -46,6 +46,8 @@
{% endif %}
+
+
{{ article.content }}
@@ -92,6 +94,7 @@
(adsbygoogle = window.adsbygoogle || []).push({});
{% endif %}
+
{% include "partial/disqus.html" %}
{% include "partial/isso.html" %}
diff --git a/templates/authors.html b/templates/authors.html
index ee8449b..b7c82ea 100644
--- a/templates/authors.html
+++ b/templates/authors.html
@@ -7,7 +7,7 @@
-
+
{% for author, articles in authors|sort %}
- {{ author }} ({{ articles|count }})
diff --git a/templates/base.html b/templates/base.html
index 10c5400..49911e3 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -17,6 +17,8 @@
{% endif %}
+
+
{% if USE_GOOGLE_FONTS != False %}
{% endif %}
diff --git a/templates/categories.html b/templates/categories.html
index eeaa841..051853b 100644
--- a/templates/categories.html
+++ b/templates/categories.html
@@ -7,7 +7,7 @@
-
+
{% for category, articles in categories|sort %}
-
diff --git a/templates/index.html b/templates/index.html
index b38808b..c16089b 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -13,6 +13,7 @@
{% endif %}
{% for article in articles_page.object_list %}
+
@@ -54,6 +55,7 @@
{% endif %}
+
{% endfor %}
{% include "partial/pagination.html" %}
diff --git a/templates/page.html b/templates/page.html
index 64a7ead..2f0295b 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -14,6 +14,7 @@
{% block title %} – {{ page.title }}{% endblock %}
{% block content %}
+
{% import 'partial/translations.html' as translations with context %}
@@ -26,4 +27,5 @@
{% block after_content %}{% endblock %}
+
{% endblock %}
diff --git a/templates/partial/neighbors.html b/templates/partial/neighbors.html
index a03a9e1..23f28bf 100644
--- a/templates/partial/neighbors.html
+++ b/templates/partial/neighbors.html
@@ -1,5 +1,5 @@
{% if PLUGINS and 'neighbors' in PLUGINS %}
-