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