Skip to content

Commit

Permalink
Comment out Upcoming section
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Sep 26, 2024
1 parent 0c4d108 commit b552b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
<div class="home--container">
{% include "main/profile.njk" %}
{% include "main/skills.njk" %}
{% include "main/upcoming.njk" %}
{# {% include "main/upcoming.njk" %} #}
<section class="section--home grid-center">
<h2 class="heading--home">Latest Blog Posts</h2>
{% set postList = collections.posts | reverse | limit(3) %}
Expand Down

0 comments on commit b552b02

Please sign in to comment.