Fix: move to correct folder
This commit is contained in:
parent
44f924a817
commit
e2948db954
1 changed files with 0 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
|
||||
{% load static %}
|
||||
|
||||
<a class="site-btn-overlay" href='{{ category }}'>
|
||||
{% if category == "twitter" %}
|
||||
<img src='{% static "/img/site-logos/twitter_logo.png" %}' alt="{{ category }}"/>
|
||||
{% else %}
|
||||
<small>{{ category|capfirst }}</small>
|
||||
|
||||
{% endif %}
|
||||
</a>
|
Loading…
Add table
Add a link
Reference in a new issue