Skip to content

Commit

Permalink
revert: add hero on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-chinour committed Apr 4, 2024
1 parent d67bd9b commit bba046d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/pages/home.html.twig
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{% extends 'layout/default.html.twig' %}

{% block main %}
{{ component('Hero', {title: 'Undefined Tech Blog', description: 'Blog autour de PHP et quelques autres sujets comme Symfony, Google Cloud Platform, Docker...'}) }}

{{ component('LatestArticleList', {size: 3}) }}
<div class="py-4"></div>
{{ component('LatestProjectList', {size: 3}) }}
Expand Down

0 comments on commit bba046d

Please sign in to comment.