From 506aae3ad11a5dd819b79e7792f11a4374879654 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 11 Jul 2021 17:48:14 +0200 Subject: fixed navbar-toggler --- newspipe/templates/about.html | 1 + newspipe/templates/layout.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/newspipe/templates/about.html b/newspipe/templates/about.html index 60100c5b..45703ea0 100644 --- a/newspipe/templates/about.html +++ b/newspipe/templates/about.html @@ -1,6 +1,7 @@ {% extends "layout.html" %} {% block content %}
+

{{ _('About') }}

diff --git a/newspipe/templates/layout.html b/newspipe/templates/layout.html index 4cb74de7..e096376b 100644 --- a/newspipe/templates/layout.html +++ b/newspipe/templates/layout.html @@ -23,7 +23,7 @@