e11sync

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | LICENSE

commit b92f5ef134e63c562fa0654324cb8f346a160bf9 (tree)
parent 10268c8bfe69278ecd7e772010c16f9efe1f6a66
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Fri, 26 Jan 2024 10:19:25 +0200

hide nav for now

Diffstat:
Mapp/e11sync/templates/base.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/e11sync/templates/base.html b/app/e11sync/templates/base.html @@ -13,12 +13,12 @@ <body id="page-{% block "pagename" %}{% endblock %}"> <div> + {% comment %} <nav> - {% comment %} <a href="{% url "index" %}">Signup</a> <a href="{% url "blog" %}">Blog</a> - {% endcomment %} </nav> + {% endcomment %} <header> <h1 class="brand-title"><a href="{% url "index" %}">11sync.net</a></h1>