From 3e3b662aa9ee23bc32a31119b4091f172c0b5211 Mon Sep 17 00:00:00 2001 From: Evan Buss Date: Mon, 12 Aug 2024 13:57:50 +0000 Subject: [PATCH] fix: mobile device scale Add `viewport` meta tag so site scales properly on mobile devices --- .github/dependabot.yml | 20 ++++++++++++-------- html/layout.html | 1 + 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 21388b1..8e2ed1c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,11 +6,15 @@ version: 2 updates: - - package-ecosystem: "devcontainers" - directory: "/" - schedule: - interval: weekly - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" \ No newline at end of file + - package-ecosystem: "devcontainers" + directory: "/" + schedule: + interval: weekly + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" diff --git a/html/layout.html b/html/layout.html index 0db63fd..09278ca 100644 --- a/html/layout.html +++ b/html/layout.html @@ -3,6 +3,7 @@ + {{block "title" .}}Kobo OPDS Proxy{{end}}