diff --git a/.gitignore b/.gitignore index 185e66319..e85020056 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .DS_Store node_modules /dist +yarn.lock # local env files .env.local diff --git a/src/views/page/PageList.vue b/src/views/page/PageList.vue index e14aa8f7a..0ac614cd4 100644 --- a/src/views/page/PageList.vue +++ b/src/views/page/PageList.vue @@ -52,4 +52,3 @@ export default {} padding-bottom: 0; } - diff --git a/src/views/post/TagList.vue b/src/views/post/TagList.vue index 6d1a86659..9bf5fa321 100644 --- a/src/views/post/TagList.vue +++ b/src/views/post/TagList.vue @@ -34,7 +34,7 @@ - {{ tag.name }} + {{ tag.name }} @@ -44,6 +44,7 @@