mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-03-12 07:26:54 +02:00
Removed nyaa/sukebei button
This commit is contained in:
parent
49e9444969
commit
8cdc30e64d
1 changed files with 0 additions and 5 deletions
|
@ -94,11 +94,6 @@
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="{% if rss_filter %}{{ url_for('main.home', page='rss', **rss_filter) }}{% else %}{{ url_for('main.home', page='rss') }}{% endif %}">RSS</a></li>
|
<li><a href="{% if rss_filter %}{{ url_for('main.home', page='rss', **rss_filter) }}{% else %}{{ url_for('main.home', page='rss') }}{% endif %}">RSS</a></li>
|
||||||
{% if config.SITE_FLAVOR == 'nyaa' %}
|
|
||||||
<li><a href="//{{ config.EXTERNAL_URLS['fap'] }}">Fap</a></li>
|
|
||||||
{% elif config.SITE_FLAVOR == 'sukebei' %}
|
|
||||||
<li><a href="//{{ config.EXTERNAL_URLS['main'] }}">Fun</a></li>
|
|
||||||
{% endif %}
|
|
||||||
{% if g.user.is_moderator %}
|
{% if g.user.is_moderator %}
|
||||||
<li class="dropdown">
|
<li class="dropdown">
|
||||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||||
|
|
Loading…
Add table
Reference in a new issue