From 54a0dc56ad0da7cf0cde090906af36dffe3026b6 Mon Sep 17 00:00:00 2001 From: chris bell Date: Fri, 14 Aug 2026 11:40:48 -0500 Subject: [PATCH] renaming the css becuse cache is weird --- index.html | 2 +- post.html | 2 +- styles/{main.css => master.css} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename styles/{main.css => master.css} (100%) diff --git a/index.html b/index.html index 671774f..7ba9419 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@ } - + diff --git a/post.html b/post.html index 3960f8a..b136281 100644 --- a/post.html +++ b/post.html @@ -27,7 +27,7 @@ } - + diff --git a/styles/main.css b/styles/master.css similarity index 100% rename from styles/main.css rename to styles/master.css