File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ title: "About the UCSD Hacker Within Chapter"
12
12
<li >
13
13
<span >Winter 2017</span ><a href =" {{ site.url }}/upcoming.html " >Upcoming Topics</a >
14
14
</li >
15
- {% assign upcoming = (site.posts | where: "category" , "upcoming") %}
15
+ <!-- {% assign upcoming = (site.posts | where: "category" , "upcoming") %}
16
16
{% for post in upcoming reversed %}
17
17
{% if forloop.first %}
18
18
<li style="text-indent: 2em;">
19
19
<span>{{ post.date | date: "%B %e, %Y" }}</span> Next topic: <a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a>
20
20
</li>
21
21
{% endif %}
22
- {% endfor %}
22
+ {% endfor %} -->
23
23
<!-- <li>
24
24
<span>2014-2016</span><a href="{{ site.url }}/previous.html">Previous Topics</a>
25
25
</li>-->
@@ -85,4 +85,4 @@ To avoid these pitfalls, this weekly meeting exists for sharing skills and best
85
85
<a href =" http://twitter.com/share " class =" twitter-share-button " data-count =" none " data-via =" {{ site.twitter }} " >Tweet</a >
86
86
<a href =" http://twitter.com/{{ site.twitter }} " class =" twitter-follow-button " data-show-count =" false " >Follow @{{ site.twitter }}</a >
87
87
<script src =" http://platform.twitter.com/widgets.js " type =" text/javascript " ></script >
88
- </section >
88
+ </section >
You can’t perform that action at this time.
0 commit comments