Skip to content

Commit 2e727d1

Browse files
author
Alexander
committed
remove events section
1 parent 937cf16 commit 2e727d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2 class="Home-posts-title">Upcoming and Recent Events</h2>
2727
{% endfor %}
2828
<p><a href="/events.html">See all events</a></p>
2929
</div>
30-
<div class="Home-posts">
30+
<!-- <div class="Home-posts">
3131
<h2 class="Home-posts-title">Recent Blog Posts</h2>
3232
{% assign blog_posts = 3 %}
3333
{% assign counter = 0 %}
@@ -45,5 +45,5 @@ <h2 class="Home-posts-title">Recent Blog Posts</h2>
4545
{% endif %}
4646
{% endfor %}
4747
<p><a href="/blog.html">See all blog posts</a></p>
48-
</div>
48+
</div> -->
4949
</div>

0 commit comments

Comments
 (0)