From ed6bc08db4a7d7d34d793ab7e3a5ba5bf02f6c4d Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 22 Jun 2024 04:58:01 -0500 Subject: Try smaller font for footer --- server.py | 2 +- templates/layout.html | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/server.py b/server.py index 191bebd..cd58c7e 100755 --- a/server.py +++ b/server.py @@ -56,7 +56,7 @@ nltk.data.path.append("./nlp/") VERSION=None def version(): - if not VERSION: + if VERSION is None: with open("VERSION", 'r') as file: VERSION = file.read() return VERSION diff --git a/templates/layout.html b/templates/layout.html index 814e5b6..ebae849 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -96,12 +96,17 @@ + -- cgit v1.2.3