We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937cf16 commit 2e727d1Copy full SHA for 2e727d1
index.html
@@ -27,7 +27,7 @@ <h2 class="Home-posts-title">Upcoming and Recent Events</h2>
27
{% endfor %}
28
<p><a href="/events.html">See all events</a></p>
29
</div>
30
- <div class="Home-posts">
+ <!-- <div class="Home-posts">
31
<h2 class="Home-posts-title">Recent Blog Posts</h2>
32
{% assign blog_posts = 3 %}
33
{% assign counter = 0 %}
@@ -45,5 +45,5 @@ <h2 class="Home-posts-title">Recent Blog Posts</h2>
45
{% endif %}
46
47
<p><a href="/blog.html">See all blog posts</a></p>
48
- </div>
+ </div> -->
49
0 commit comments