From 035a3c2110768289cd59355cf28ce07ebe8420ec Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Tue, 27 Jul 2021 03:56:42 +0000 Subject: [PATCH] Add style to articles --- themes/lite/templates/article.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/themes/lite/templates/article.html b/themes/lite/templates/article.html index a980609..1dc1667 100644 --- a/themes/lite/templates/article.html +++ b/themes/lite/templates/article.html @@ -1,4 +1,29 @@ {% extends "base.html" %} +{% block style %} + + +{% endblock %} + {% block content %}

{{ article.title }}

{{ article.summary }}