diff --git a/MyApp.Client/src/_posts/2023-08-23_razor-ssg-new-blog-features.md b/MyApp.Client/src/_posts/2023-08-23_razor-ssg-new-blog-features.md
index b5b60ac..06822ac 100644
--- a/MyApp.Client/src/_posts/2023-08-23_razor-ssg-new-blog-features.md
+++ b/MyApp.Client/src/_posts/2023-08-23_razor-ssg-new-blog-features.md
@@ -6,7 +6,7 @@ image: https://images.unsplash.com/photo-1486312338219-ce68d2c6f44d?crop=entropy
author: Lucy Bates
---
-
@@ -14,7 +14,7 @@ import FileLayout from "./components/FileLayout.vue";
## New Blogging features in Razor SSG
[Razor SSG](https://razor-ssg.web-templates.io) is our Free Project Template for creating fast, statically generated Websites and Blogs with
-Markdown & C# Razor Pages. A benefit of using Razor SSG to maintain this
+Markdown & C# Razor Pages. A benefit of using Razor SSG to maintain this
[servicestack.net(github)](https://github.com/ServiceStack/servicestack.net) website is that any improvements added
to our website end up being rolled into the Razor SSG Project Template for everyone else to enjoy.
@@ -41,7 +41,7 @@ and notify them as they're published with their favorite RSS reader:
### Meta Headers support for Twitter cards and SEO
-Blog Posts and Pages now include additional `` HTML Headers to enable support for
+Blog Posts and Pages now include additional `` HTML Headers to enable support for
[Twitter Cards](https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/abouts-cards) in both
Twitter and Meta's new [threads.net](https://threads.net), e.g:
@@ -62,7 +62,7 @@ the same Blog Author, including links to connect to their preferred social netwo
### Posts can include Vue Components
-Blog Posts can now embed any global Vue Components directly in its Markdown, e.g:
+Blog Posts can now embed any global Vue Components directly in its Markdown, e.g:
```html
@@ -80,12 +80,12 @@ Just like Pages and Docs they can also include specific JavaScript **.mjs** or *
which will only be loaded for that post:
-Now posts that need it can dynamically load large libraries like [Chart.js](https://www.chartjs.org) and use it
+Now posts that need it can dynamically load large libraries like [Chart.js](https://www.chartjs.org) and use it
inside a custom Vue component by creating a custom `/posts/.mjs` that exports what components and features
your blog post needs, e.g:
@@ -136,7 +136,7 @@ export default {
}
```
-Which allows this post to embed Chart.js charts using the above custom `` Vue component and a JS Object literal, e.g:
+Which allows this post to embed Chart.js charts using the above custom `` Vue component and a JS Object literal, e.g:
```html
### New Markdown Containers
-[Custom Containers](https://github.com/xoofx/markdig/blob/master/src/Markdig.Tests/Specs/CustomContainerSpecs.md)
-are a popular method for implementing Markdown Extensions for enabling rich, wrist-friendly consistent
+[Custom Containers](https://github.com/xoofx/markdig/blob/master/src/Markdig.Tests/Specs/CustomContainerSpecs.md)
+are a popular method for implementing Markdown Extensions for enabling rich, wrist-friendly consistent
content in your Markdown documents.
Most of [VitePress Markdown Containers](https://vitepress.dev/guide/markdown#custom-containers)
@@ -254,7 +254,7 @@ This is a dangerous warning.
Copy Me!
:::
-See Razor Press's [Markdown Containers docs](https://razor-press.web-templates.io/containers) for the complete list of available containers and examples on how to
+See Razor Press's [Markdown Containers docs](https://razor-press.web-templates.io/containers) for the complete list of available containers and examples on how to
implement your own [Custom Markdown containers](https://razor-press.web-templates.io/containers#implementing-block-containers).
### Support for Includes
@@ -325,9 +325,9 @@ The social links for Blog Post Authors can now include [threads.net](https://thr
## Feature Requests Welcome
-Most of Razor SSG's features are currently being driven by requirements from the new
-[Websites built with Razor SSG](https://razor-ssg.web-templates.io/#showcase) and features we want available in our Blogs,
-we welcome any requests for missing features in other popular Blogging Platforms you'd like to see in Razor SSG to help
+Most of Razor SSG's features are currently being driven by requirements from the new
+[Websites built with Razor SSG](https://razor-ssg.web-templates.io/#showcase) and features we want available in our Blogs,
+we welcome any requests for missing features in other popular Blogging Platforms you'd like to see in Razor SSG to help
make it a high quality blogging solution built with our preferred C#/.NET Technology Stack, by submitting them to:
:::{.text-indigo-600 .text-3xl .text-center}
@@ -337,6 +337,6 @@ make it a high quality blogging solution built with our preferred C#/.NET Techno
### SSG or Dynamic Features
Whilst statically generated websites and blogs are generally limited to features that can be generated at build time, we're able to
-add any dynamic features we need in [CreatorKit](https://servicestack.net/creatorkit/) - a Free companion self-host .NET App Mailchimp and Disqus
-alternative which powers any dynamic functionality in Razor SSG Apps like the blogs comments and Mailing List features
+add any dynamic features we need in [CreatorKit](https://servicestack.net/creatorkit/) - a Free companion self-host .NET App Mailchimp and Disqus
+alternative which powers any dynamic functionality in Razor SSG Apps like the blogs comments and Mailing List features
in this Blog Post.
diff --git a/MyApp.Client/src/_posts/2023-11-20_net8-blazor-template.md b/MyApp.Client/src/_posts/2023-11-20_net8-blazor-template.md
index 090cd77..5cdb29d 100644
--- a/MyApp.Client/src/_posts/2023-11-20_net8-blazor-template.md
+++ b/MyApp.Client/src/_posts/2023-11-20_net8-blazor-template.md
@@ -6,7 +6,7 @@ image: https://images.unsplash.com/photo-1618005182384-a83a8bd57fbe?crop=entropy
author: Lucy Bates
---
-
@@ -44,7 +44,7 @@ We’ll also discuss the project's structure, usage of **ASP.NET Core Identity**
Create a new Blazor Tailwind project with your preferred project name:
-
+
## ASP.NET Core Identity Integration
diff --git a/MyApp.Client/src/_posts/2023-11-22_net8-best-blazor.md b/MyApp.Client/src/_posts/2023-11-22_net8-best-blazor.md
index 8d29db6..f08f838 100644
--- a/MyApp.Client/src/_posts/2023-11-22_net8-best-blazor.md
+++ b/MyApp.Client/src/_posts/2023-11-22_net8-best-blazor.md
@@ -6,7 +6,7 @@ image: https://images.unsplash.com/photo-1482686115713-0fbcaced6e28?crop=entropy
author: Gayle Smith
---
-
@@ -444,7 +444,7 @@ Vue.js to and the [Vue Components](/vue/) library.
Create a new Blazor Vue Tailwind project with your preferred project name:
-
+
#### Faster iterative development
diff --git a/MyApp.Client/src/_posts/components/File.vue b/MyApp.Client/src/_posts/components/File.vue
index f9dc9a9..38c13b8 100644
--- a/MyApp.Client/src/_posts/components/File.vue
+++ b/MyApp.Client/src/_posts/components/File.vue
@@ -21,7 +21,7 @@