From b6faaf979c3f86ffd5e79d4c7af16c301ad04a57 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 30 Sep 2019 05:12:46 +0300 Subject: add a collection of "notes" --- _layouts/note.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 _layouts/note.html (limited to '_layouts') diff --git a/_layouts/note.html b/_layouts/note.html new file mode 100644 index 0000000..45f9b34 --- /dev/null +++ b/_layouts/note.html @@ -0,0 +1,6 @@ +--- +layout: default +--- +

{{ page.title }}

+
+{{ content }} -- cgit v1.2.3