From 1ad845315772be21782d0a1a5948e57ed88f791f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 23 Sep 2024 08:10:12 -0700 Subject: get rid of the TOC and simplify the CSS --- templates/page.html | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'templates/page.html') diff --git a/templates/page.html b/templates/page.html index 53a7be3..ab19904 100644 --- a/templates/page.html +++ b/templates/page.html @@ -3,17 +3,10 @@ {% block title %}{{ page.title }} - {{ config.title }}{% endblock title %} {% block content -%} -
-

{{ page.title }}

+

{{ page.title }}

- {{ page.content | safe -}} +{{ page.content | safe -}} -

- -

- -
+

{{ page.date | date(format="%B %d, %Y") }}

{%- endblock content %} -- cgit 1.4.1