From 5aeb12899b6fe333d47c3abd565de85f8ab04dc8 Mon Sep 17 00:00:00 2001 From: rucki Date: Sun, 30 Aug 2026 12:22:32 +0200 Subject: [PATCH] Adjust markdown heading sizes --- .gitignore | 3 +++ core/templates/core/base.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d442558..b258880 100644 --- a/.gitignore +++ b/.gitignore @@ -177,3 +177,6 @@ cython_debug/ # Uploaded files /media/ + +# Local my2dos API token +.my2dos_api_key diff --git a/core/templates/core/base.html b/core/templates/core/base.html index 80e7ded..3a111c2 100644 --- a/core/templates/core/base.html +++ b/core/templates/core/base.html @@ -17,7 +17,7 @@