diff options
Diffstat (limited to 'src/pages/blog')
| -rw-r--r-- | src/pages/blog/[...slug].astro | 1 | ||||
| -rw-r--r-- | src/pages/blog/index.astro | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/pages/blog/[...slug].astro b/src/pages/blog/[...slug].astro index 0d656a1..12436c2 100644 --- a/src/pages/blog/[...slug].astro +++ b/src/pages/blog/[...slug].astro @@ -16,6 +16,5 @@ const { Content } = await post.render(); --- <BlogPost {...post.data}> - <h1>{post.data.title}</h1> <Content /> </BlogPost> diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro index 47126e7..11201b1 100644 --- a/src/pages/blog/index.astro +++ b/src/pages/blog/index.astro @@ -26,7 +26,7 @@ const posts = (await getCollection('blog')).sort( ul li :global(time) { flex: 0 0 130px; font-style: italic; - color: #595959; + color: #646464; } ul li a:visited { color: #8e32dc; |
