about summary refs log tree commit diff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/note.html12
1 files changed, 0 insertions, 12 deletions
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 -%}
-<h1>{{ page.title }}</h1>
-    
-{{ page.content | safe }}
-
-<p class="date">{{ page.date | date(format="%B %d, %Y") }}</p>
-
-{%- endblock content %}