diff --git a/src/pages/Blog.vue b/src/pages/Blog.vue
index 8e36491d5..3e6068757 100644
--- a/src/pages/Blog.vue
+++ b/src/pages/Blog.vue
@@ -52,13 +52,7 @@
@@ -116,7 +110,7 @@ query($page: Int){
+
\ No newline at end of file
diff --git a/src/pages/News.vue b/src/pages/News.vue
index 820ecd65c..b3c90da78 100644
--- a/src/pages/News.vue
+++ b/src/pages/News.vue
@@ -52,13 +52,7 @@
@@ -110,7 +104,7 @@ query($page: Int){
+
\ No newline at end of file
diff --git a/src/templates/People.vue b/src/templates/People.vue
index 4a96b0da3..546b6ef54 100644
--- a/src/templates/People.vue
+++ b/src/templates/People.vue
@@ -19,13 +19,7 @@
@@ -82,12 +76,14 @@ query($page: Int){
import PostListItem from "~/components/custom/Cards/PostListItem.vue";
import TagFilterHeader from "~/components/custom/TagFilterHeader.vue";
import Pagination from "~/components/custom/Pagination.vue";
+import { Pager } from "gridsome";
export default {
components: {
PostListItem,
TagFilterHeader,
- Pagination
+ Pagination,
+ Pager,
},
metaInfo() {
return {
@@ -97,7 +93,8 @@ export default {
{
key: "description",
name: "description",
- content: "Meet the wide range of passionate and dedicated individuals involved in the ThreeFold movement.",
+ content:
+ "Meet the wide range of passionate and dedicated individuals involved in the ThreeFold movement.",
},
{
key: "og:title",
@@ -107,7 +104,8 @@ export default {
{
key: "og:description",
property: "og:description",
- content: "Meet the wide range of passionate and dedicated individuals involved in the ThreeFold movement.",
+ content:
+ "Meet the wide range of passionate and dedicated individuals involved in the ThreeFold movement.",
},
{
key: "og:image",
@@ -117,7 +115,8 @@ export default {
{
key: "twitter:description",
name: "twitter:description",
- content: "Meet the wide range of passionate and dedicated individuals involved in the ThreeFold movement.",
+ content:
+ "Meet the wide range of passionate and dedicated individuals involved in the ThreeFold movement.",
},
{
key: "twitter:image",
@@ -153,3 +152,21 @@ export default {
},
};
+
\ No newline at end of file