From 76ac51bf7696c6b2a02852a2578666a51f393cb6 Mon Sep 17 00:00:00 2001 From: Maxime Vaillancourt Date: Sun, 20 Nov 2022 19:40:29 -0500 Subject: [PATCH] Add line that appears at the end of every note --- _layouts/note.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_layouts/note.html b/_layouts/note.html index f77b95a..c537305 100644 --- a/_layouts/note.html +++ b/_layouts/note.html @@ -14,6 +14,7 @@ layout: default
{{ content }} +

This line appears after every note.