From f0e0fdf54323e5f9a570d9216b5f61a6f33053ec Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 6 Mar 2024 14:44:51 -0500 Subject: [PATCH] fix: mobile view: TOC should not be rendered resolves #522 --- emanote/default/templates/components/body.tpl | 4 ++-- emanote/emanote.cabal | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/emanote/default/templates/components/body.tpl b/emanote/default/templates/components/body.tpl index d3ed00f6b..6bb25e090 100644 --- a/emanote/default/templates/components/body.tpl +++ b/emanote/default/templates/components/body.tpl @@ -2,11 +2,11 @@
-
+
-
+
diff --git a/emanote/emanote.cabal b/emanote/emanote.cabal index 71c0781a3..3b2634764 100644 --- a/emanote/emanote.cabal +++ b/emanote/emanote.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: emanote -version: 1.3.14.1 +version: 1.3.14.2 license: AGPL-3.0-only copyright: 2022 Sridhar Ratnakumar maintainer: srid@srid.ca