aboutsummaryrefslogtreecommitdiff
path: root/templates/page.html
diff options
context:
space:
mode:
authorFranck Cuny <59291+fcuny@users.noreply.github.com>2025-02-01 14:39:05 -0800
committerFranck Cuny <59291+fcuny@users.noreply.github.com>2025-02-01 14:39:05 -0800
commitc9a0ae57f6bbd2a51003acc878eaa6e17087cfa7 (patch)
tree14daff3992ea177d617b4edb4dcf42ea87b9c874 /templates/page.html
parentformatting (diff)
downloadfcuny.net-c9a0ae57f6bbd2a51003acc878eaa6e17087cfa7.tar.gz
simplify even more!
Diffstat (limited to 'templates/page.html')
-rw-r--r--templates/page.html12
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 %}