Linked news into main navigation.
parent
e9efe8ba77
commit
a4007a423a
|
|
@ -1,4 +1,12 @@
|
|||
<header>
|
||||
<h1><a href="{% url 'core:homepage' %}">Astronomy Base by The Dazed Gerbil</a></h1>
|
||||
<div>
|
||||
<h1><a href="{% url 'core:homepage' %}">Astronomy Base by The Dazed Gerbil</a></h1>
|
||||
</div>
|
||||
<div>
|
||||
<nav>
|
||||
<a href="{% url 'core:homepage' %}">Home</a>
|
||||
<a href="{% url 'news:list' %}">News</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue