diff options
Diffstat (limited to 'templates/snippet-page.html')
| -rw-r--r-- | templates/snippet-page.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/snippet-page.html b/templates/snippet-page.html deleted file mode 100644 index f8b5687..0000000 --- a/templates/snippet-page.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -<a href="{{ get_url(path='@/snippets/_index.md') }}"> <- back to snippets</a> -<h1 class="title"> - {{ page.title }} -</h1> -{{ page.content | safe }} -{% endblock content %} |
