renames blog.css -> post.css
This commit is contained in:
@@ -18,7 +18,7 @@ const canonicalUrl = new URL(Astro.url.pathname, Astro.site);
|
||||
<html lang="en">
|
||||
<head>
|
||||
<BaseHead title={`${title} | joeac’s blog`} description={description} />
|
||||
<link rel="stylesheet" href="/css/blog.css">
|
||||
<link rel="stylesheet" href="/css/post.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
@@ -16,7 +16,7 @@ const canonicalUrl = new URL(Astro.url.pathname, Astro.site);
|
||||
<html lang="en">
|
||||
<head>
|
||||
<BaseHead title={`${title} | joeac’s microlog`} description={`${title} | joeac's microlog`} />
|
||||
<link rel="stylesheet" href="/css/blog.css">
|
||||
<link rel="stylesheet" href="/css/post.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user