Skip to content

Commit

Permalink
feat: disable event section by default
Browse files Browse the repository at this point in the history
shaojiemike committed Oct 4, 2024
1 parent af055e0 commit 5543988
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layouts/index.html
Original file line number Diff line number Diff line change
@@ -240,6 +240,7 @@ <h3>


<!-- Event -->
{{ if .Param "event_section" }}
<section class="panel-fog">
<header>
<h2 class="section-title">Events</h2>
@@ -294,6 +295,7 @@ <h3>
<a href="{{ site.BaseURL }}/events" class="more-button">More events</a>
</section>
</section>
{{ end }}

<!-- Lab Life -->
{{ if .Param "life_section" }}

0 comments on commit 5543988

Please sign in to comment.