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 @@