Skip to content

Commit

Permalink
Update events.html
Browse files Browse the repository at this point in the history
  • Loading branch information
supertestnet authored Jul 4, 2024
1 parent fee0ed3 commit 9e8f405
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions events.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,5 @@ <h2 class="Home-posts-title">Socratic Seminars</h2>
</div>
{% endif %}
{% endfor %}
<!-- <h4 class="Home-posts-subtitle">Ethereum Socratic Seminars</h4>
{% for post in site.posts %}
{% if post.type == "ethereum_socratic" %}
<div class="Home-posts-post">
<span class="Home-posts-post-date">{{ post.date | date_to_string }}</span>
<span class="Home-posts-post-arrow">&raquo;</span>
<a class="Home-posts-post-title" href="{{ post.url }}">{{ post.title }}</a>
</div>
{% endif %}
{% endfor %} -->
</div>

<!-- <div class="Home-posts">
<h2 class="Home-posts-title">Whitepaper Series</h2>
{% for post in site.posts %}
{% if post.type == "whitepaper" %}
<div class="Home-posts-post">
<span class="Home-posts-post-date">{{ post.date | date_to_string }}</span>
&raquo;
<a class="Home-posts-post-title" href="{{ post.url }}">{{ post.title }}</a>
</div>
{% endif %}
{% endfor %}
</div>
</div> -->
</div>

0 comments on commit 9e8f405

Please sign in to comment.