From d6cc60dda85cf9e8e720729af5a387fb45a53a78 Mon Sep 17 00:00:00 2001 From: mtgmonkey Date: Mon, 4 Aug 2025 07:26:12 -0400 Subject: [PATCH] formatting --- content/daily/2025-08-01.md | 2 -- public/styles.css | 1 - templates/blog.html | 2 +- 3 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 public/styles.css diff --git a/content/daily/2025-08-01.md b/content/daily/2025-08-01.md index ba71846..3b422c4 100644 --- a/content/daily/2025-08-01.md +++ b/content/daily/2025-08-01.md @@ -3,8 +3,6 @@ title = "Welcome to the blog!" date = 2025-08-01 +++ -### Welcome to the blog! - I will be posting every day from today until my return from Germany! I will take the train down to Washington D.C. on the 6th of August and will say goodbye to my parents on the 7th. My excitement is nearly unbearable! ## Preparation diff --git a/public/styles.css b/public/styles.css deleted file mode 100644 index 51e5d13..0000000 --- a/public/styles.css +++ /dev/null @@ -1 +0,0 @@ -body{background-color:#eeeee4;color:#452a21;line-height:1.6;font-size:19px;width:750px;margin:auto;margin-top:100px}ul{list-style-type:none}a{color:#1a7fad}code,blockquote{margin:0;padding:0}pre{margin:0;padding:4px;background-color:#fae8b6;white-space:pre-wrap} \ No newline at end of file diff --git a/templates/blog.html b/templates/blog.html index b313241..c254a5c 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -6,7 +6,7 @@ {% endblock content %}