From e517bc2ef0dcd71ca73e5c6fa365fcf28ef7c8be Mon Sep 17 00:00:00 2001
From: Chris Burgess
Date: Sat, 21 Dec 2024 07:36:09 +1300
Subject: [PATCH] feat: #55 Do not autohide contains marker
---
routes/root.ts | 2 +-
views/index.liquid | 49 ++++++++++++++--------------------------------
2 files changed, 16 insertions(+), 35 deletions(-)
diff --git a/routes/root.ts b/routes/root.ts
index da90af8..b598ad9 100644
--- a/routes/root.ts
+++ b/routes/root.ts
@@ -84,4 +84,4 @@ export const routesRoot = async (app: FastifyInstance, options: Object) => {
app.get('/privacy', async (req, res) => {
return res.view("privacy", {})
})
-}
+}
\ No newline at end of file
diff --git a/views/index.liquid b/views/index.liquid
index 733f8c1..0dfc3c5 100644
--- a/views/index.liquid
+++ b/views/index.liquid
@@ -35,7 +35,7 @@
settings and create an app password.
-