From 485d6a8e3d7a16a128ec945ecb401d419e741f81 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Sat, 26 Nov 2022 00:01:25 -0500 Subject: Improve note page view --- templates/front_page.html | 2 ++ templates/main.html | 2 +- templates/note.html | 4 +++- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/front_page.html b/templates/front_page.html index ce987fb..14a22f7 100644 --- a/templates/front_page.html +++ b/templates/front_page.html @@ -1,3 +1,4 @@ +
    @@ -22,3 +23,4 @@ $endfor$
+
diff --git a/templates/main.html b/templates/main.html index 80c55ab..e3f9716 100644 --- a/templates/main.html +++ b/templates/main.html @@ -1,6 +1,6 @@ - + diff --git a/templates/note.html b/templates/note.html index 917d461..e7da3cb 100644 --- a/templates/note.html +++ b/templates/note.html @@ -13,6 +13,8 @@ $endif$
-
+
+
$body$ +
-- cgit v1.2.3