diff --git a/themes/DeepThought/static/icons/arrow-right.png b/static/images/arrow-right.png similarity index 100% rename from themes/DeepThought/static/icons/arrow-right.png rename to static/images/arrow-right.png diff --git a/themes/DeepThought/static/icons/clock.png b/static/images/clock.png similarity index 100% rename from themes/DeepThought/static/icons/clock.png rename to static/images/clock.png diff --git a/themes/DeepThought/static/icons/cube.png b/static/images/cube.png similarity index 100% rename from themes/DeepThought/static/icons/cube.png rename to static/images/cube.png diff --git a/themes/DeepThought/static/icons/night-mode.png b/static/images/night-mode.png similarity index 100% rename from themes/DeepThought/static/icons/night-mode.png rename to static/images/night-mode.png diff --git a/themes/DeepThought/static/icons/rss-symbol.png b/static/images/rss-symbol.png similarity index 100% rename from themes/DeepThought/static/icons/rss-symbol.png rename to static/images/rss-symbol.png diff --git a/themes/DeepThought/static/icons/search.png b/static/images/search.png similarity index 100% rename from themes/DeepThought/static/icons/search.png rename to static/images/search.png diff --git a/themes/DeepThought/static/icons/tag.png b/static/images/tag.png similarity index 100% rename from themes/DeepThought/static/icons/tag.png rename to static/images/tag.png diff --git a/themes/DeepThought/static/icons/arrow.png b/themes/DeepThought/static/icons/arrow.png deleted file mode 100644 index a1f59f2..0000000 Binary files a/themes/DeepThought/static/icons/arrow.png and /dev/null differ diff --git a/themes/DeepThought/templates/base.html b/themes/DeepThought/templates/base.html index 1c32ffa..5c0a56c 100644 --- a/themes/DeepThought/templates/base.html +++ b/themes/DeepThought/templates/base.html @@ -64,12 +64,12 @@ {% endfor %} - + - + @@ -126,7 +126,7 @@ Changelog - + diff --git a/themes/DeepThought/templates/categories/list.html b/themes/DeepThought/templates/categories/list.html index c896669..42bc4e6 100644 --- a/themes/DeepThought/templates/categories/list.html +++ b/themes/DeepThought/templates/categories/list.html @@ -6,7 +6,7 @@

- + Categories

@@ -15,7 +15,7 @@ {% for category in terms %}
- + {{category.name}} {{ category.pages | length }} diff --git a/themes/DeepThought/templates/categories/single.html b/themes/DeepThought/templates/categories/single.html index 36cd9a7..e3a4447 100644 --- a/themes/DeepThought/templates/categories/single.html +++ b/themes/DeepThought/templates/categories/single.html @@ -8,7 +8,7 @@

- + {{ term.name }} diff --git a/themes/DeepThought/templates/macros.html b/themes/DeepThought/templates/macros.html index 363f8e4..a07098a 100644 --- a/themes/DeepThought/templates/macros.html +++ b/themes/DeepThought/templates/macros.html @@ -62,7 +62,7 @@ {% macro page_content_metadata(page) %} - + {{ page.reading_time }} min @@ -81,7 +81,7 @@ - + {{category}} @@ -97,7 +97,7 @@ - + {{tag}} diff --git a/themes/DeepThought/templates/section.html b/themes/DeepThought/templates/section.html index 4bc74d0..dca092c 100644 --- a/themes/DeepThought/templates/section.html +++ b/themes/DeepThought/templates/section.html @@ -51,7 +51,7 @@ Read More - +

diff --git a/themes/DeepThought/templates/tags/list.html b/themes/DeepThought/templates/tags/list.html index 120db30..3542c33 100644 --- a/themes/DeepThought/templates/tags/list.html +++ b/themes/DeepThought/templates/tags/list.html @@ -6,7 +6,7 @@

- + Tags

@@ -15,7 +15,7 @@ {% for tag in terms %} - + {{tag.name}} {{ tag.pages | length }} diff --git a/themes/DeepThought/templates/tags/single.html b/themes/DeepThought/templates/tags/single.html index fb4ecf4..0095029 100644 --- a/themes/DeepThought/templates/tags/single.html +++ b/themes/DeepThought/templates/tags/single.html @@ -8,7 +8,7 @@

- + {{ term.name }}