og:title in blog, no justify afterall, li width

This commit is contained in:
Pascal Engélibert 2022-11-10 21:56:10 +01:00
parent 258b676e46
commit 4d58e6860b
Signed by: tuxmain
GPG key ID: 3504BC6D362F7DCA
3 changed files with 4 additions and 4 deletions

View file

@ -60,9 +60,8 @@ h3 {
font-size: 1.5em;
}
main p {
main p, main li {
max-width: 800px;
text-align: justify;
}
.service_boxes {

View file

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

View file

@ -3,6 +3,7 @@
{% block title %}{{page.title|safe}} – {{ config.extra.sitename|safe }}{% endblock title %}
{% block head %}
<meta property="og:title" content="{{page.title}}"/>
{% if page.extra.katex %}{{macros::katex()}}{% endif %}
{% endblock head %}
@ -53,7 +54,7 @@
<hr/>
<div class="footer-icons">
<a rel="author" href="https://toot.aquilenet.fr/@tuxmain" title="Mastodon" target="_blank"><img alt="Mastodon" src="/img/mastodon-purple.svg" style="width:48px"/></a>
<a href="/{{macros::langurl()}}atom.xml" title="RSS/Atom"><img alt="RSS/Atom" src="/img/rss-gradient.svg" style="width:48px"/></a>
<a href="/{{macros::langurl()}}atom.xml" title="RSS/Atom"><img alt="RSS/Atom" src="/img/rss-gradient.svg" style="width:48px"/></a>
<a href="https://liberapay.com/tuxmain/donate" title="Liberapay"><img alt="Liberapay" src="/img/liberapay-donate.svg"/></a>
</div>
<br/>