From 2be43cc479dfd4cfb621f14381330c708291e324 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 28 Jul 2024 19:46:20 -0500 Subject: conversion from Zola to Weblorg --- templates/page.html | 55 ----------------------------------------------------- 1 file changed, 55 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 a6e3e0e..0000000 --- a/templates/page.html +++ /dev/null @@ -1,55 +0,0 @@ -{% extends "base.html" %} - -{% block title %} -{{ page.title }} | cleberg.net -{% endblock %} - -{% block css %} - - - -{% endblock css %} - -{% block content %} -
-

{{ page.title }}

- {% if page.date %} -

- {% endif %} {% if page.updated %} -

Last Updated:

- {% 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