From 505f5cbea00dfb537ec93f2ba96fba389f0f7acd Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Tue, 14 Apr 2020 14:57:49 +0200 Subject: [PATCH 1/4] Strip tag in title --- templates/article.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/article.html b/templates/article.html index ea02eff..368f2af 100644 --- a/templates/article.html +++ b/templates/article.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}{{ article.title }}{% endblock %} +{% block title %}{{ article.title | striptags }}{% endblock %} {# #} {% if article.cover %} From 2545ac9f2082afcc4a3e228c5650961a8f58b158 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Mon, 31 Jan 2022 23:04:40 +0100 Subject: [PATCH 2/4] Change A propos label --- templates/author.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/author.html b/templates/author.html index d863d79..8adf9bf 100644 --- a/templates/author.html +++ b/templates/author.html @@ -120,4 +120,4 @@ {% include "partials/loop.html" %} -{% endblock content %} \ No newline at end of file +{% endblock content %} From 7d41c1ce0eb06a08434e47064b5c02a044ae7ef0 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Mon, 31 Jan 2022 23:05:06 +0100 Subject: [PATCH 3/4] Change background position --- templates/article.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/article.html b/templates/article.html index 368f2af..716ea9c 100644 --- a/templates/article.html +++ b/templates/article.html @@ -99,7 +99,7 @@ {% endif %} {% if selected_cover %} -
+
{% elif selected_color %}
{% endif %} From 2730c99463c7bc3906fb94742240f0796b9370f6 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Mon, 31 Jan 2022 23:06:14 +0100 Subject: [PATCH 4/4] meta-data now use inline-block instead block --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index a7da3ba..f83fff4 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1401,7 +1401,7 @@ img { .post-meta { position: relative; z-index: 10; - display: block; + display: inline-block; margin-bottom: 1.333em; font-family: 'Fira Sans', sans-serif; font-size: 0.75em;