From e508bccea71b1bde541502a4138c7bd4d13ee194 Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Sat, 1 May 2021 12:00:01 +0100 Subject: [PATCH] add footer to templates --- templates/article.html | 5 ++++- templates/index.html | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/article.html b/templates/article.html index 543b661..27f37e7 100644 --- a/templates/article.html +++ b/templates/article.html @@ -8,4 +8,7 @@ $title$ - $body$ + + $body$ +

page generated by notes2web

+ diff --git a/templates/index.html b/templates/index.html index ae2d750..fa29053 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,4 +8,6 @@

$title$

$body$ + +

page generated by notes2web