Skip to content

Commit 6e890b7

Browse files
author
Tim Dennis
authored
Update index.md
1 parent 31c63a1 commit 6e890b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ title: "About the UCSD Hacker Within Chapter"
1212
<li>
1313
<span>Winter 2017</span><a href="{{ site.url }}/upcoming.html">Upcoming Topics</a>
1414
</li>
15-
{% assign upcoming = (site.posts | where: "category" , "upcoming") %}
15+
<!-- {% assign upcoming = (site.posts | where: "category" , "upcoming") %}
1616
{% for post in upcoming reversed %}
1717
{% if forloop.first %}
1818
<li style="text-indent: 2em;">
1919
<span>{{ post.date | date: "%B %e, %Y" }}</span> Next topic: <a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a>
2020
</li>
2121
{% endif %}
22-
{% endfor %}
22+
{% endfor %} -->
2323
<!--<li>
2424
<span>2014-2016</span><a href="{{ site.url }}/previous.html">Previous Topics</a>
2525
</li>-->
@@ -85,4 +85,4 @@ To avoid these pitfalls, this weekly meeting exists for sharing skills and best
8585
<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="{{ site.twitter }}">Tweet</a>
8686
<a href="http://twitter.com/{{ site.twitter }}" class="twitter-follow-button" data-show-count="false">Follow @{{ site.twitter }}</a>
8787
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
88-
</section>
88+
</section>

0 commit comments

Comments
 (0)