From c26f6fcbdff391a61dc70d3dd4f670a6d6c032b0 Mon Sep 17 00:00:00 2001 From: davidfrayne Date: Thu, 8 Apr 2021 13:46:52 +0100 Subject: [PATCH] added meta-tags to base.html to allow fullscreen app launch on mobiles. --- lnbits/templates/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lnbits/templates/base.html b/lnbits/templates/base.html index d81cf2a9..59016e99 100644 --- a/lnbits/templates/base.html +++ b/lnbits/templates/base.html @@ -14,6 +14,8 @@ name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> + + {% block head_scripts %}{% endblock %}