mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-23 07:40:59 +00:00
6 lines
381 B
HTML
6 lines
381 B
HTML
<nav>
|
|
<a href="/" {% if current_page == "home" %}class="selected"{% endif %}>Home</a>
|
|
<a href="/" {% if current_page == "mentions" %}class="selected"{% endif %}>Mentions</a>
|
|
<a href="/" {% if current_page == "public" %}class="selected"{% endif %}>Public</a>
|
|
<a href="/federated/" {% if current_page == "federated" %}class="selected"{% endif %}>Federated</a>
|
|
</nav>
|