From 1421094de16692dff223c5dd39e466586ba8473e Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 15 Jan 2024 14:54:27 +0530 Subject: [PATCH] Chore: some refactors --- src/link_liberate/templates/base.html | 3 ++- src/link_liberate/templates/error400.html | 2 -- src/link_liberate/templates/index.html | 2 -- src/link_liberate/templates/liberate.html | 2 -- src/link_liberate/templates/showlibrate.html | 2 -- 5 files changed, 2 insertions(+), 9 deletions(-) diff --git a/src/link_liberate/templates/base.html b/src/link_liberate/templates/base.html index f94ec23..e2db575 100644 --- a/src/link_liberate/templates/base.html +++ b/src/link_liberate/templates/base.html @@ -3,6 +3,7 @@ + {% block title %} @@ -17,4 +18,4 @@ {% endblock %} </body> -</html> \ No newline at end of file +</html> diff --git a/src/link_liberate/templates/error400.html b/src/link_liberate/templates/error400.html index afbbdc2..877526b 100644 --- a/src/link_liberate/templates/error400.html +++ b/src/link_liberate/templates/error400.html @@ -3,10 +3,8 @@ {% block title %}Error 400 | LL{% endblock %} {% block head %} -<meta charset="UTF-8" /> <meta name="og:title" content="Error 400 | LL" /> <meta name="og:site_name" content="LinkLiberate" /> -<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="og:description" content="A simple link shortener that doesn't track you." diff --git a/src/link_liberate/templates/index.html b/src/link_liberate/templates/index.html index 1f60834..cbc8aba 100644 --- a/src/link_liberate/templates/index.html +++ b/src/link_liberate/templates/index.html @@ -3,10 +3,8 @@ {% block title %}🔗LinkLiberate🪽{% endblock %} {% block head %} -<meta charset="UTF-8" /> <meta name="og:title" content="🔗LinkLiberate🪽" /> <meta name="og:site_name" content="LinkLiberate" /> -<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="og:description" content="A simple link shortener that doesn't track you." diff --git a/src/link_liberate/templates/liberate.html b/src/link_liberate/templates/liberate.html index 118d092..4f53fcc 100644 --- a/src/link_liberate/templates/liberate.html +++ b/src/link_liberate/templates/liberate.html @@ -3,10 +3,8 @@ {% block title %}Web post | LL{% endblock %} {% block head %} -<meta charset="UTF-8" /> <meta name="og:title" content="Web post | LL" /> <meta name="og:site_name" content="LinkLiberate" /> -<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="og:description" content="Web form for posting links to the LinkLiberate database." diff --git a/src/link_liberate/templates/showlibrate.html b/src/link_liberate/templates/showlibrate.html index f217556..c9ee02d 100644 --- a/src/link_liberate/templates/showlibrate.html +++ b/src/link_liberate/templates/showlibrate.html @@ -3,10 +3,8 @@ {% block title %}Show liberate | LL{% endblock %} {% block head %} -<meta charset="UTF-8" /> <meta name="og:title" content="Show liberate post | LL" /> <meta name="og:site_name" content="LinkLiberate" /> -<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="og:description" content="Web form for posting links to the LinkLiberate database."