feat: Change article list on homepage to be simply date and title
This commit is contained in:
parent
1333b9cbf2
commit
85cad8793a
4 changed files with 53 additions and 2 deletions
|
|
@ -7,7 +7,6 @@
|
|||
<section class="last-articles">
|
||||
<h1>Derniers articles</h1>
|
||||
{%- set section = get_section(path="articles/_index.md") -%}
|
||||
{%- set max_articles = 3 -%}
|
||||
{%- include "partials/articles.html" -%}
|
||||
{%- include "partials/articles-index.html" -%}
|
||||
</section>
|
||||
{% endblock content %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue