Skip to content

Commit

Permalink
Resolve #57
Browse files Browse the repository at this point in the history
  • Loading branch information
aldacron committed May 15, 2017
1 parent 2c01309 commit c5d77f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nyaa/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
</li>
<li><a href="{% if rss_filter %}{{ url_for('home', page='rss', **rss_filter) }}{% else %}{{ url_for('home', page='rss') }}{% endif %}">RSS</a></li>
{% if config.SITE_FLAVOR == 'nyaa' %}
<li><a href="https://sukebei.nyaa.si/">R-18</a></li>
<li><a href="https://sukebei.nyaa.si/">Fap</a></li>
{% elif config.SITE_FLAVOR == 'sukebei' %}
<li><a href="https://nyaa.si/">SFW</a></li>
<li><a href="https://nyaa.si/">Fun</a></li>
{% endif %}
</ul>

Expand Down

0 comments on commit c5d77f9

Please sign in to comment.