diff options
Diffstat (limited to 'templates/blog-page.html')
-rw-r--r-- | templates/blog-page.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/blog-page.html b/templates/blog-page.html deleted file mode 100644 index f0f638e..0000000 --- a/templates/blog-page.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -<h1 class="title"> - {{ page.title }} -</h1> -<p class="subtitle"><strong>{{ page.date }}</strong></p> -{{ page.content | safe }} -{% endblock content %} |