Skip to content

Commit

Permalink
feat: inverse project and articles on home page for LCP
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-chinour committed Feb 10, 2024
1 parent 84b4a56 commit 2857fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/pages/home.html.twig
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{% extends 'layout/default.html.twig' %}

{% block main %}
{{ component('LatestArticleList', {size: 3}) }}
{{ component('LatestProjectList', {size: 3}) }}

<div class="py-4"></div>

{{ component('LatestProjectList', {size: 3}) }}
{{ component('LatestArticleList', {size: 3}) }}
{% endblock %}

0 comments on commit 2857fee

Please sign in to comment.