From 797a1404213173791a5f4126a77ad383ceb00064 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 4 Mar 2024 22:34:28 -0600 Subject: initial migration to test org-mode --- templates/page.html | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 templates/page.html (limited to 'templates/page.html') diff --git a/templates/page.html b/templates/page.html deleted file mode 100644 index 99f42ab..0000000 --- a/templates/page.html +++ /dev/null @@ -1,48 +0,0 @@ -{% extends "base.html" %} - -{% block title %} -{{ page.title }} | cleberg.net -{% endblock %} - -{% block css %} - - - -{% endblock css %} - -{% block content %} -
-

{{ page.title }}

- {% if page.date %} -

- {% endif %} -

{{ page.word_count }} words; {{ page.reading_time }} minute(s)

-{% if page.toc %} -
- Table of Contents - -
-{% endif %} -
- -
-{{ page.content | safe }} -
-{% endblock content %} -- cgit v1.2.3-70-g09d2