From 20b46d3b024abded7b6b01262e210b3ceba908c5 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Fri, 20 Aug 2021 09:38:28 +0000 Subject: [PATCH] Remove extra characters, improve article css --- content/painting.md | 2 +- themes/lite/templates/article.html | 12 ++++++++++-- themes/lite/templates/base.html | 2 +- themes/lite/templates/index.html | 26 +++++++++++++------------- 4 files changed, 25 insertions(+), 17 deletions(-) diff --git a/content/painting.md b/content/painting.md index 605fc37..0ca507c 100644 --- a/content/painting.md +++ b/content/painting.md @@ -1,4 +1,4 @@ -Title: Man’s Reach Exceeds His Grasp +Title: Man's Reach Exceeds His Grasp Date: 2012-04-11 Category: Creations Summary: My first attempt at painting with acrylic. diff --git a/themes/lite/templates/article.html b/themes/lite/templates/article.html index 1dc1667..971ce29 100644 --- a/themes/lite/templates/article.html +++ b/themes/lite/templates/article.html @@ -1,11 +1,19 @@ {% extends "base.html" %} +{% block meta %} + +{% endblock %} + {% block style %}