header: show ic link only for admins
This commit is contained in:
parent
06155d5d93
commit
b7d83ef8fe
@ -32,7 +32,9 @@
|
||||
<a class="head-item {% if render_options.head_sections == 'files' %} is-selected{% endif %}" href="/files/">files</a>
|
||||
<a class="head-item {% if render_options.head_sections == 'wiki' %} is-selected{% endif %}" href="/wiki/">wiki</a>
|
||||
<a class="head-item {% if render_options.head_sections == 'about' %} is-selected{% endif %}" href="/info/">about</a>
|
||||
<a class="head-item is-ic" href="https://ic.4in1.ws">invisible college</a>
|
||||
{% if is_admin %}
|
||||
<a class="head-item is-ic" href="https://ic.4in1.ws">invisible college</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user