From 4d58e6860b9d73f9e7e7a6ed0bc8b54a3c2d3286 Mon Sep 17 00:00:00 2001 From: tuxmain Date: Thu, 10 Nov 2022 21:56:10 +0100 Subject: [PATCH] og:title in blog, no justify afterall, li width --- sass/css/style.scss | 3 +-- static/humans.txt | 2 +- templates/blog.html | 3 ++- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sass/css/style.scss b/sass/css/style.scss index 64da8df..14b01a1 100644 --- a/sass/css/style.scss +++ b/sass/css/style.scss @@ -60,9 +60,8 @@ h3 { font-size: 1.5em; } -main p { +main p, main li { max-width: 800px; - text-align: justify; } .service_boxes { diff --git a/static/humans.txt b/static/humans.txt index f8ad621..6b5abfb 100644 --- a/static/humans.txt +++ b/static/humans.txt @@ -10,4 +10,4 @@ h30x: https://git.42l.fr/HugoTrentesaux/toucan /* SITE */ Language: English, French, Esperanto, Spanish Components: katex -Software: Zola, VSCodium, Filezilla, Apache +Software: Zola, VSCodium, Gitea, webhookd, Apache diff --git a/templates/blog.html b/templates/blog.html index bf5f809..5df4adc 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -3,6 +3,7 @@ {% block title %}{{page.title|safe}} – {{ config.extra.sitename|safe }}{% endblock title %} {% block head %} + {% if page.extra.katex %}{{macros::katex()}}{% endif %} {% endblock head %} @@ -53,7 +54,7 @@