1

Add blog list to navbar

This commit is contained in:
Jake Howard 2020-05-07 14:46:55 +01:00
parent 7ffcf79421
commit b30d5ffa05
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -1,5 +1,4 @@
<li><a href="{% url 'homepage' %}" class="index-link"><code>/home/theorangeone</code></a></li>
{% include "navigation/item.html" with reverse="about" text="about" %}
{% include "navigation/item.html" with reverse="about" text="about" %}
{% include "navigation/item.html" with reverse="about" text="about" %}
{% include "navigation/item.html" with reverse="blog:list" text="posts" %}