Skip to content

Commit

Permalink
remove hero from homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyzilar committed Mar 27, 2024
1 parent 69fd2dc commit 8d6c0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

<section class="hero {% if page.video %} height-viewport{% endif %}">
<div>{% include header.html %} {% include hero.html %}</div>
<div>{% include header.html %}</div>
</section>

{% assign shows = site.pages | where:"layout", "exhibition" | sort:"show" | reverse %}
Expand Down

0 comments on commit 8d6c0cd

Please sign in to comment.