diff --git a/MyApp.Client/src/components/BlogPosts.vue b/MyApp.Client/src/components/BlogPosts.vue index fb394d1..a635e54 100644 --- a/MyApp.Client/src/components/BlogPosts.vue +++ b/MyApp.Client/src/components/BlogPosts.vue @@ -15,7 +15,7 @@

{{post.title}}

-

{{post.summary}}

+

{{post.summary}}

@@ -26,11 +26,11 @@
-

+

{{post.author}} {{post.author}}

-
+
{{post.minutesToRead}} min read diff --git a/MyApp.Client/src/components/BlogTitle.vue b/MyApp.Client/src/components/BlogTitle.vue index 1b4c350..8c423a0 100644 --- a/MyApp.Client/src/components/BlogTitle.vue +++ b/MyApp.Client/src/components/BlogTitle.vue @@ -1,7 +1,7 @@ diff --git a/MyApp.Client/src/components/GettingStarted.vue b/MyApp.Client/src/components/GettingStarted.vue index 9c7a143..8eea7ae 100644 --- a/MyApp.Client/src/components/GettingStarted.vue +++ b/MyApp.Client/src/components/GettingStarted.vue @@ -15,7 +15,7 @@
-
Vue SPA
+
Vue SPA
{{ projectZip }}
diff --git a/MyApp.Client/src/components/MarkdownPage.vue b/MyApp.Client/src/components/MarkdownPage.vue index fcf8332..5b13f7a 100644 --- a/MyApp.Client/src/components/MarkdownPage.vue +++ b/MyApp.Client/src/components/MarkdownPage.vue @@ -2,7 +2,7 @@
-
+

{{frontmatter.title}}

diff --git a/MyApp.Client/src/components/VideoGroup.vue b/MyApp.Client/src/components/VideoGroup.vue index 1cd37cd..bac03b2 100644 --- a/MyApp.Client/src/components/VideoGroup.vue +++ b/MyApp.Client/src/components/VideoGroup.vue @@ -14,8 +14,8 @@
- - + + {{ tag }}
@@ -26,7 +26,7 @@
-
+
diff --git a/MyApp.Client/src/pages/blog.vue b/MyApp.Client/src/pages/blog.vue index fa8a610..2a1e356 100644 --- a/MyApp.Client/src/pages/blog.vue +++ b/MyApp.Client/src/pages/blog.vue @@ -47,7 +47,7 @@

{{post.title}}

-

{{post.summary}}

+

{{post.summary}}

@@ -58,11 +58,11 @@
-

+

{{post.author}} {{post.author}}

-
+
{{post.minutesToRead}} min read @@ -82,7 +82,7 @@

{{post.title}}

-

{{post.summary}}

+

{{post.summary}}

@@ -92,11 +92,11 @@
-

+

{{post.author}} {{post.author}}

-
+
{{post.minutesToRead}} min read diff --git a/MyApp.Client/src/pages/index.vue b/MyApp.Client/src/pages/index.vue index 5606d8d..6ddf192 100644 --- a/MyApp.Client/src/pages/index.vue +++ b/MyApp.Client/src/pages/index.vue @@ -6,7 +6,7 @@ Welcome to Vue SPA -

+

Welcome to your new Vue SPA App, checkout links below to get started:

diff --git a/MyApp.Client/src/pages/posts/[slug].vue b/MyApp.Client/src/pages/posts/[slug].vue index 4202e09..f52a015 100644 --- a/MyApp.Client/src/pages/posts/[slug].vue +++ b/MyApp.Client/src/pages/posts/[slug].vue @@ -24,10 +24,10 @@
- {{tag}} + {{tag}}
-
+
{{post.wordCount}} min read @@ -36,14 +36,14 @@
-
+
-
+
@@ -53,7 +53,7 @@
Written by {{author.name}}
-
+
{{author.bio}}
@@ -62,7 +62,7 @@
-
+
More from {{author.name}}
@@ -82,7 +82,7 @@

{{authorPost.title}}

-

{{authorPost.summary}}

+

{{authorPost.summary}}

@@ -91,11 +91,11 @@
-

+

{{authorPost.author}} {{authorPost.author}}

-
+
{{authorPost.minutesToRead}} min read diff --git a/MyApp.Client/src/pages/posts/index.vue b/MyApp.Client/src/pages/posts/index.vue index 7e48e46..1f4ef25 100644 --- a/MyApp.Client/src/pages/posts/index.vue +++ b/MyApp.Client/src/pages/posts/index.vue @@ -8,13 +8,13 @@
- {{tag}} + {{tag}}
{{ thisYear }} - {{year}} + {{year}}
diff --git a/MyApp.Client/src/pages/posts/tagged/[tag].vue b/MyApp.Client/src/pages/posts/tagged/[tag].vue index 54eb18e..d0ce973 100644 --- a/MyApp.Client/src/pages/posts/tagged/[tag].vue +++ b/MyApp.Client/src/pages/posts/tagged/[tag].vue @@ -10,7 +10,7 @@
diff --git a/MyApp.Client/src/pages/posts/year/[year].vue b/MyApp.Client/src/pages/posts/year/[year].vue index 5cf6a42..69406b4 100644 --- a/MyApp.Client/src/pages/posts/year/[year].vue +++ b/MyApp.Client/src/pages/posts/year/[year].vue @@ -10,7 +10,7 @@
diff --git a/MyApp.Client/src/pages/whatsnew.vue b/MyApp.Client/src/pages/whatsnew.vue index 5c25ec2..96d543c 100644 --- a/MyApp.Client/src/pages/whatsnew.vue +++ b/MyApp.Client/src/pages/whatsnew.vue @@ -1,7 +1,7 @@