Corrections blog
This commit is contained in:
parent
ea333dfff5
commit
1757395042
4 changed files with 5 additions and 5 deletions
File diff suppressed because one or more lines are too long
2
css-compiled/template.min.css
vendored
2
css-compiled/template.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue