added main menu item for links app
parent
701620ec95
commit
cfe4c152b8
|
|
@ -22,11 +22,11 @@
|
|||
{# href="{% url 'showcase:project_list' %}">Photography</a>#}
|
||||
{# <a class="{% if 'bear' in request.path %}text-cyan-400 uppercase{% endif %} hover:text-red-400"#}
|
||||
{# href="{% url 'bear:latest' %}">A Bear Aware</a>#}
|
||||
{# <a class="{% if 'websites' in request.path %}text-cyan-400 uppercase{% endif %} hover:text-red-400"#}
|
||||
{# href="{% url 'links:list' %}">Websites</a>#}
|
||||
<a class="{% if 'websites' in request.path %}text-cyan-400 uppercase{% endif %} hover:text-red-400"
|
||||
href="{% url 'links:list' %}">Websites</a>
|
||||
{# <a class="{% if 'categories' in request.path %}text-cyan-400 uppercase{% endif %} hover:text-red-400" href="{% url 'articles:categories' %}">Categories</a>#}
|
||||
{# <a class="{% if 'showcase' in request.path %}text-cyan-400 uppercase{% endif %} hover:text-red-400" href="#">Showcase</a>#}
|
||||
{# <a class="{% if 'locations' in request.path %}text-cyan-400 uppercase{% endif %} hover:text-red-400" href="#">Locations</a>#}
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
</header>
|
||||
|
|
|
|||
Loading…
Reference in New Issue