diff options
Diffstat (limited to 'templates/page.html')
| -rw-r--r-- | templates/page.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/page.html b/templates/page.html deleted file mode 100644 index c29d871..0000000 --- a/templates/page.html +++ /dev/null @@ -1,12 +0,0 @@ -{% extends "base.html" %} {% block title %}{{ page.title }} - {{ config.title }}{% endblock title %} {% block content-%} -<h1>{{ page.title }}</h1> - -<div class="metadata"> - <span class="date">{{ page.date | date(format="%Y-%m-%d") }}</span> -</div> - -{{ page.content | safe -}} - -<a href="/">☝️ back home</a> - -{%- endblock content %} |
