diff --git a/templates/archives.html b/templates/archives.html index 667312f..5b7f5c4 100644 --- a/templates/archives.html +++ b/templates/archives.html @@ -4,7 +4,7 @@ {% block content %}
-

Archives

+

Archives

{% for article in dates %}
diff --git a/templates/article.html b/templates/article.html index 42bac55..8e84e04 100644 --- a/templates/article.html +++ b/templates/article.html @@ -40,16 +40,16 @@ {% endblock %} {% block content %} -
+
{% if SHARE %} @@ -60,16 +60,16 @@
-

{{ article.title }}

+

{{ article.title }}

{% if SHARE %} - Share - Tweet + Share + Tweet {% endif %} {% if not MG_DISABLE_SUMMARY %}

{{ article.summary|striptags }}

{% endif %} diff --git a/templates/categories.html b/templates/categories.html index ffeed50..2bb261b 100644 --- a/templates/categories.html +++ b/templates/categories.html @@ -4,7 +4,7 @@ {% block content %}
-

Categories

+

Categories

{% for category, articles in categories %}

{{ category|capitalize }}

{% for article in articles %} diff --git a/templates/page.html b/templates/page.html index b0c0285..c2c6f12 100644 --- a/templates/page.html +++ b/templates/page.html @@ -27,7 +27,7 @@ {% block content %}
-

{{ page.title }}

+

{{ page.title }}

{{ page.content }}
diff --git a/templates/partials/article-excerpt.html b/templates/partials/article-excerpt.html index fec66b9..d485ef0 100644 --- a/templates/partials/article-excerpt.html +++ b/templates/partials/article-excerpt.html @@ -2,7 +2,7 @@

{{ article.title|e }}

{% if not MG_DISABLE_SUMMARY %}

{{ article.summary|striptags|striptags }}

{% endif %}
{{ article.content }}
diff --git a/templates/partials/article-short.html b/templates/partials/article-short.html index bcbf5cf..331a7e2 100644 --- a/templates/partials/article-short.html +++ b/templates/partials/article-short.html @@ -8,7 +8,7 @@

{{ article.title|e }}

{{ article.summary|striptags|striptags }}

{% if not MG_DISABLE_SUMMARY %}

{{ ' '.join(article.content.split(' ')[:75])|striptags|striptags }}...

{% endif %} diff --git a/templates/past_readings.html b/templates/past_readings.html index 162a547..8dc6534 100644 --- a/templates/past_readings.html +++ b/templates/past_readings.html @@ -4,7 +4,7 @@ {% block content %}
-

Lectures passées

+

Lectures passées

{% for reading in READINGS %} diff --git a/templates/search.html b/templates/search.html index c01181f..bed2938 100644 --- a/templates/search.html +++ b/templates/search.html @@ -4,7 +4,7 @@ {% block content %}
-

Search results

+

Search results