mirror of
https://github.com/kristoferssolo/kristofersxyz.git
synced 2025-10-21 18:30:34 +00:00
Removed list
This commit is contained in:
parent
23a8af749b
commit
8379ac96bb
@ -39,16 +39,12 @@
|
||||
<div class="mobile-nav-toggle__line"></div>
|
||||
</div>
|
||||
<nav>
|
||||
<ul id="primary-navigation"
|
||||
class="primary-navigation flex"
|
||||
data-visible="false">
|
||||
<li>
|
||||
<a href="{% url 'home' %}" class="bold">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{% url 'projects' %}" class="bold">Projects</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div id="primary-navigation"
|
||||
class="primary-navigation flex"
|
||||
data-visible="false">
|
||||
<a href="{% url 'home' %}" class="bold">Home</a>
|
||||
<a href="{% url 'projects' %}" class="bold">Projects</a>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user