diff options
author | Nikolas <nikolas@boutalas.com> | 2024-10-28 19:09:00 +0200 |
---|---|---|
committer | Nikolas <nikolas@boutalas.com> | 2024-10-28 19:09:00 +0200 |
commit | 7bc19d04271f7b073580f4eb04fba6e672869542 (patch) | |
tree | 2fc5ed0cf4289b5539debd85f3dfd19c517d7bc2 /templates/notes.html | |
parent | 2bcbe122f3b7502baed3e5eb801e3d2323b1ac48 (diff) |
notes: drop section page
Diffstat (limited to 'templates/notes.html')
-rw-r--r-- | templates/notes.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/notes.html b/templates/notes.html deleted file mode 100644 index f49e822..0000000 --- a/templates/notes.html +++ /dev/null @@ -1,8 +0,0 @@ -{% extends "base.html" %} {% block body %} -<h1>{{ section.title }}</h1> -<ul> - {% for page in section.pages %} - <li><a href="{{ page.permalink | safe }}">... {{ page.title }}</a> ({{ page.date }})</li> - {% endfor %} -</ul> -{% endblock body %} |