Remove hacktoberfest from sidebar (#4740)

This commit is contained in:
Ben Halpern 2019-11-07 11:34:20 -05:00 committed by GitHub
parent c76cfa6e97
commit 6a3fc43381
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 15 deletions

View file

@ -1,7 +1,6 @@
class FlareTag
FLARE_TAGS = %w[explainlikeimfive
jokes
hacktoberfest
watercooler
ama
techtalks

View file

@ -44,20 +44,6 @@
</div>
</div>
<% end %>
<div class="widget">
<header>
<a href="/t/hacktoberfest"><h4>#hacktoberfest</h4></a>
</header>
<div class="widget-body">
<div class="widget-link-list">
<% Article.active_threads(["hacktoberfest"], Timeframer.new(params[:timeframe]).datetime, 5).each do |plucked_article| %>
<%= render "articles/widget_list_item", plucked_article: plucked_article, show_comment_count: true %>
<% end %>
</div>
<a class="cta cta-button" href="/new/hacktoberfest">POST TO #HACKTOBERFEST</a>
<p class="widget-subtext"><em>Let's get hacking!</em></p>
</div>
</div>
<div class="widget">
<header>
<a href="/t/help"><h4>#help</h4></a>