From 2829d698fa6faa25036440c7a0411fc97cd65ec6 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Wed, 30 Dec 2020 23:55:04 -0800 Subject: [PATCH] fix up meta tags and loading html --- wowstash/templates/head.html | 28 ++++++++++++++++++++++---- wowstash/templates/wallet/loading.html | 4 +--- 2 files changed, 25 insertions(+), 7 deletions(-) diff --git a/wowstash/templates/head.html b/wowstash/templates/head.html index 67c29c1..a85d4e2 100644 --- a/wowstash/templates/head.html +++ b/wowstash/templates/head.html @@ -1,9 +1,29 @@ +{% set desc = 'Wowstash; a web wallet for the Wownero cryptocurrency.' %} +{% set img = 'https://wowstash.app/static/img/wow-treasure-chest.png' %} + + - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/wowstash/templates/wallet/loading.html b/wowstash/templates/wallet/loading.html index 90c4021..da49260 100644 --- a/wowstash/templates/wallet/loading.html +++ b/wowstash/templates/wallet/loading.html @@ -5,7 +5,7 @@ -
+

Your wallet is connecting

@@ -31,8 +31,6 @@
- {% include 'footer.html' %} - {% include 'scripts.html' %}