aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-03-28 00:37:03 -0400
committerBobby <[email protected]>2023-03-28 00:37:03 -0400
commit984583c01f71a4675719bdf877c9def72131fdc9 (patch)
tree9416bf91621f6c18a34778ac17858819864fe3ef
parentc094029ed7a76bc048300a969b2199ee1cd8094e (diff)
downloadthatcomputerscientist-984583c01f71a4675719bdf877c9def72131fdc9.tar.xz
thatcomputerscientist-984583c01f71a4675719bdf877c9def72131fdc9.zip
rename styles file
-rw-r--r--static/css/styles.css (renamed from static/css/main.css)0
-rw-r--r--templates/blog/partials/base.html2
2 files changed, 1 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/styles.css
index 57616883..57616883 100644
--- a/static/css/main.css
+++ b/static/css/styles.css
diff --git a/templates/blog/partials/base.html b/templates/blog/partials/base.html
index faae3661..9feedeaf 100644
--- a/templates/blog/partials/base.html
+++ b/templates/blog/partials/base.html
@@ -19,7 +19,7 @@
<meta name="twitter:image" content="{{ request.meta.image }}" />
<meta name="robots" content="{{ request.meta.robots }}" />
<title>That Computer Scientist - {{ title }}</title>
- <link type="text/css" rel="stylesheet" href="{% static 'css/main.css' %}" />
+ <link type="text/css" rel="stylesheet" href="{% static 'css/styles.css' %}" />
<link rel="apple-touch-icon" sizes="180x180" href="{% static 'images/favicons/apple-touch-icon.png' %}"/>
<link rel="icon" type="image/png" sizes="32x32" href="{% static 'images/favicons/favicon-32x32.png' %}"/>
<link rel="icon" type="image/png" sizes="16x16" href="{% static 'images/favicons/favicon-16x16.png' %}"/>