diff --git a/content/page/home/InTheNews/inTheNews.md b/content/page/home/InTheNews/inTheNews.md index b736a89b0..79af02860 100644 --- a/content/page/home/InTheNews/inTheNews.md +++ b/content/page/home/InTheNews/inTheNews.md @@ -20,4 +20,4 @@ partners: logo: ./logos/btc.png --- -In the News +In The News diff --git a/content/page/home/headerSolution/headerSolution.md b/content/page/home/headerSolution/headerSolution.md new file mode 100644 index 000000000..712f5b228 --- /dev/null +++ b/content/page/home/headerSolution/headerSolution.md @@ -0,0 +1,4 @@ +--- +id: news_header +subtitle: In The News +--- diff --git a/gridsome.config.js b/gridsome.config.js index adde65638..d1ff8edd1 100644 --- a/gridsome.config.js +++ b/gridsome.config.js @@ -57,6 +57,14 @@ module.exports = { } }, + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'SolutionsHeader', + path: './content/page/**/headerSolution/*.md', + } + }, + { use: '@gridsome/source-filesystem', options: { @@ -175,6 +183,7 @@ module.exports = { slides: 'Slide', contactData: 'Contact', header: 'Header', + headerSolution: 'SolutionsHeader', howItWorks: 'HowItWorks', howItWorksMain: 'HowItWorks', productsMain: 'ProductTitle', diff --git a/src/components/marketing/sections/logo-clouds/off_white_grid.vue b/src/components/marketing/sections/logo-clouds/off_white_grid.vue index 5da26662b..1477cceae 100644 --- a/src/components/marketing/sections/logo-clouds/off_white_grid.vue +++ b/src/components/marketing/sections/logo-clouds/off_white_grid.vue @@ -3,7 +3,7 @@
--> + +