Skip to content

Commit

Permalink
fix: remove default content from home page
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Jan 6, 2025
1 parent 3996533 commit 8888a65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/_includes/layouts/home.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{% from "partials/components/card.macro.njk" import card %}

{% block content %}
{{ content | safe }}
{% if collections['projects_' + lang] %}
<section class="display">
<div class="display__title">
Expand Down Expand Up @@ -63,4 +62,4 @@
</div>
</section>
{% endif %}
{% endblock %}
{% endblock %}

0 comments on commit 8888a65

Please sign in to comment.