aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-09-06 11:26:14 +0300
committerValentin Popov <valentin@popov.link>2024-09-06 11:26:14 +0300
commit9829c0e5facb156cac853390ab4877637bfa410c (patch)
tree1206f9f0e4b7c5b4c08a1a41c3175204b0684760 /src
parent6fbdcc94b62aadc1db1582a635f6c90747b6b49d (diff)
downloadpopov.link-9829c0e5facb156cac853390ab4877637bfa410c.tar.xz
popov.link-9829c0e5facb156cac853390ab4877637bfa410c.zip
Added title
Diffstat (limited to 'src')
-rw-r--r--src/pages/blog/[...slug].astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/blog/[...slug].astro b/src/pages/blog/[...slug].astro
index 39522a1..bbf3f98 100644
--- a/src/pages/blog/[...slug].astro
+++ b/src/pages/blog/[...slug].astro
@@ -23,7 +23,7 @@ const { Content, remarkPluginFrontmatter } = await post.render();
<Layout>
<div class="header">
- <h1>Title</h1>
+ <h1>{post.data.title}</h1>
<p>
<small>
Posted