From a08bc52a70e854a110f54f58acbc884010d368cd Mon Sep 17 00:00:00 2001 From: Bobby Date: Fri, 10 Mar 2023 01:06:54 -0500 Subject: Change to External CSS: Trial --- templates/blog/partials/base.html | 2 +- templates/blog/partials/css.html | 366 -------------------------------------- 2 files changed, 1 insertion(+), 367 deletions(-) delete mode 100644 templates/blog/partials/css.html diff --git a/templates/blog/partials/base.html b/templates/blog/partials/base.html index 97ae91aa..faae3661 100644 --- a/templates/blog/partials/base.html +++ b/templates/blog/partials/base.html @@ -19,7 +19,7 @@ That Computer Scientist - {{ title }} - {% include 'blog/partials/css.html' %} + diff --git a/templates/blog/partials/css.html b/templates/blog/partials/css.html deleted file mode 100644 index acf08c68..00000000 --- a/templates/blog/partials/css.html +++ /dev/null @@ -1,366 +0,0 @@ - \ No newline at end of file -- cgit v1.2.3