feat: add resume to not have a long description in head

This commit is contained in:
2022-10-18 17:51:54 +02:00
parent b5dbe80672
commit 38a5b66608
8 changed files with 24 additions and 12 deletions

View File

@@ -12,7 +12,7 @@
{%- endfor %}
</ul>
</header>
<p>{{ post.data.description }}</p>
<p>{{ post.data.resume }}</p>
<footer class="postlist-footer">
<a href="{{ post.url }}">Lire la suite</a>
</footer>