Add blog list to navbar
This commit is contained in:
parent
7ffcf79421
commit
b30d5ffa05
1 changed files with 1 additions and 2 deletions
|
@ -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" %}
|
||||
|
|
Reference in a new issue