Corrections blog

This commit is contained in:
Navas 2022-08-12 17:29:55 +02:00
parent ea333dfff5
commit 1757395042
4 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -87,7 +87,7 @@
// Bigger first para
.blog-content-item {
.list-blog-padding > p:nth-child(2) {
font-size: $core-font-size + 0.2rem;
font-size: $core-font-size + 0.4rem;
}
}

View File

@ -50,7 +50,7 @@
<p>{{ page.summary|raw }}</p>
<p><a href="{{ page.url }}">Continuer la lecture...</a></p>
{% elseif truncate %}
<p>{{ page.content|truncate(550) }}</p>
<p>{{ page.content|truncate(800)|raw }}</p>
<p><a href="{{ page.url }}">Continuer la lecture...</a></p>
{% else %}
<p>{{ page.content|raw }}</p>