vending-mocha 0.1.8 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vending-mocha",
3
3
  "description": "A personal blogging framework for developers.",
4
- "version": "0.1.8",
4
+ "version": "0.2.0",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "bin": {
@@ -58,4 +58,4 @@
58
58
  "typescript-eslint": "^8.48.0",
59
59
  "vite": "^7.3.1"
60
60
  }
61
- }
61
+ }
@@ -58,6 +58,8 @@ export default function BlogPost() {
58
58
  <div className="blog-container">
59
59
  <SiteHeader />
60
60
  <Helmet>
61
+ <title>{`${postMeta.title} - ${siteConfig.title}`}</title>
62
+ <meta name="description" content={postMeta.summary || siteConfig.description} />
61
63
  <script type='application/ld+json'>
62
64
  {JSON.stringify(jsonLd)}
63
65
  </script>