1
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
website-2020-spike/templates/navigation/index.html

5 lines
216 B
HTML
Raw Normal View History

2020-05-03 14:52:27 +01:00
<li><a href="{% url 'homepage' %}" class="index-link"><code>/home/theorangeone</code></a></li>
2020-05-07 15:22:07 +01:00
{% include "navigation/item.html" with reverse="about" %}
{% include "navigation/item.html" with reverse="blog:list" %}