renames blog.css -> post.css

This commit is contained in:
2026-04-25 13:08:54 +01:00
parent e50b62afa2
commit 00effae167
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ const canonicalUrl = new URL(Astro.url.pathname, Astro.site);
<html lang="en">
<head>
<BaseHead title={`${title} | joeacs blog`} description={description} />
<link rel="stylesheet" href="/css/blog.css">
<link rel="stylesheet" href="/css/post.css">
</head>
<body>
+1 -1
View File
@@ -16,7 +16,7 @@ const canonicalUrl = new URL(Astro.url.pathname, Astro.site);
<html lang="en">
<head>
<BaseHead title={`${title} | joeacs microlog`} description={`${title} | joeac's microlog`} />
<link rel="stylesheet" href="/css/blog.css">
<link rel="stylesheet" href="/css/post.css">
</head>
<body>