From 41fe56cf1370f09e750e2c81352bca7e6eb99ff0 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Sun, 29 Mar 2020 20:49:12 +0100 Subject: [PATCH] Fixes indentation of $body$ and adds .min.css file to gitignore --- .gitignore | 2 +- templates/blog.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b737524..1f99a0d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ generated-template-parts public_html tmp -assets/css/main.css +assets/css/main.min.css diff --git a/templates/blog.html b/templates/blog.html index f9cecc4..e8a5f10 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -47,7 +47,7 @@ $date$ - $body$ +$body$ $endif$ $endif$