From 9ccb10bd55b084104a77b85f3e8e39b8b825b880 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 23 Sep 2024 08:19:51 -0700 Subject: no need to use a custom template for notes --- templates/note.html | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 templates/note.html (limited to 'templates/note.html') diff --git a/templates/note.html b/templates/note.html deleted file mode 100644 index 7eee854..0000000 --- a/templates/note.html +++ /dev/null @@ -1,12 +0,0 @@ -{% extends "base.html" %} - -{% block title %}{{ page.title }} - {{ config.title }}{% endblock title %} - -{% block content -%} -

{{ page.title }}

- -{{ page.content | safe }} - -

{{ page.date | date(format="%B %d, %Y") }}

- -{%- endblock content %} -- cgit 1.4.1