Linked news into main navigation.

dev
Calum Andrew Morrell 2025-11-13 20:31:03 +00:00
parent e9efe8ba77
commit a4007a423a
1 changed files with 9 additions and 1 deletions

View File

@ -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>