Queerscriptors.org/templates/header.html
HackerNCoder b8ec7f9680 Add language selector dropdown
Squashed commit of the following:

commit ba58528214
Author: HackerNCoder <hackerncoder@encryptionin.space>
Date:   Sun Oct 30 19:53:42 2022 +0100

    fixup! Finish lang selector

commit dcfddda5c5
Author: HackerNCoder <hackerncoder@encryptionin.space>
Date:   Sun Oct 30 19:41:32 2022 +0100

    fix dropdown-toggle css

commit 1803c12658
Author: HackerNCoder <hackerncoder@encryptionin.space>
Date:   Sun Oct 30 19:39:25 2022 +0100

    Finish lang selector

commit ec774b7a52
Author: HackerNCoder <hackerncoder@encryptionin.space>
Date:   Sun Oct 30 19:34:19 2022 +0100

    Attempt to add missing langs

commit d1a779749d
Author: HackerNCoder <hackerncoder@encryptionin.space>
Date:   Sun Oct 30 19:05:31 2022 +0100

    testing

commit 2cb2610d24
Author: HackerNCoder <hackerncoder@encryptionin.space>
Date:   Sun Oct 30 19:01:18 2022 +0100

    Revert "testing"

    This reverts commit 7201ebbf5f.

commit 7201ebbf5f
Author: HackerNCoder <hackerncoder@encryptionin.space>
Date:   Sun Oct 30 18:59:23 2022 +0100

    testing

commit d9b29adf6b
Author: HackerNCoder <hackerncoder@encryptionin.space>
Date:   Sun Oct 30 18:53:46 2022 +0100

    testing

commit e3a2634048
Author: HackerNCoder <hackerncoder@encryptionin.space>
Date:   Sun Oct 30 18:52:29 2022 +0100

    fix test

commit 1227a793cd
Author: HackerNCoder <hackerncoder@encryptionin.space>
Date:   Sun Oct 30 18:51:24 2022 +0100

    testing

commit 510e7d80c6
Author: HackerNCoder <hackerncoder@encryptionin.space>
Date:   Sun Oct 30 18:37:07 2022 +0100

    Attempt to add language selector
2022-10-30 19:54:09 +01:00

11 lines
534 B
HTML

<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container px-4 px-lg-5">
<a class="navbar-brand" href="{{ "/"|url(alt=this.alt) }}">Queerscriptors</a>
{# <button class="navbar-toggler navbar-toggler-right" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
{{ _("Menu") }}
<i class="fas fa-bars"></i>
</button> #}
{% include 'lang-selector.html' %}
</div>
</nav>