From 3ea43ff20374376e992913281afa0ac1c8f64a64 Mon Sep 17 00:00:00 2001 From: Bobby Date: Fri, 10 Mar 2023 00:59:17 -0500 Subject: Change to Internal CSS --- templates/blog/partials/base.html | 2 +- templates/blog/partials/css.html | 366 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 367 insertions(+), 1 deletion(-) create mode 100644 templates/blog/partials/css.html diff --git a/templates/blog/partials/base.html b/templates/blog/partials/base.html index bacaab0a..97ae91aa 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 new file mode 100644 index 00000000..9dca3e47 --- /dev/null +++ b/templates/blog/partials/css.html @@ -0,0 +1,366 @@ + \ No newline at end of file -- cgit v1.2.3