First commit
This commit is contained in:
20
app/website/templates/components/_nav.html
Normal file
20
app/website/templates/components/_nav.html
Normal file
@ -0,0 +1,20 @@
|
||||
<ul class="nav__ul">
|
||||
<li>
|
||||
<a
|
||||
href="#"
|
||||
class="nav__link nav__link--page{% if active_nav == "all posts" %} active{% endif %}"
|
||||
data-target="all posts"
|
||||
>
|
||||
All posts
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="#"
|
||||
class="nav__link nav__link--page{% if active_nav == "about us" %} active{% endif %}"
|
||||
data-target="about us"
|
||||
>
|
||||
About us
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
Reference in New Issue
Block a user