fixed In The News title
This commit is contained in:
@@ -20,4 +20,4 @@ partners:
|
||||
logo: ./logos/btc.png
|
||||
---
|
||||
|
||||
In the News
|
||||
In The News
|
||||
|
||||
4
content/page/home/headerSolution/headerSolution.md
Normal file
4
content/page/home/headerSolution/headerSolution.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
id: news_header
|
||||
subtitle: In The News
|
||||
---
|
||||
@@ -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',
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<div class="max-w-screen-xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8">
|
||||
<div
|
||||
v-html="news.content"
|
||||
class="text-center text-base text-4xl leading-6 font-semibold uppercase text-gray-600 tracking-wider"
|
||||
class="text-center text-base text-5xl mb-6 leading-tight font-semibold font-heading"
|
||||
></div>
|
||||
<div class="mt-6 grid grid-cols-2 gap-0.5 md:grid-cols-3 lg:mt-8">
|
||||
<g-link
|
||||
|
||||
@@ -55,6 +55,11 @@
|
||||
:card="card"
|
||||
/> -->
|
||||
|
||||
<!-- <SolutionsHeader
|
||||
v-if="$page.markdownPage.headerSolution"
|
||||
:header="$page.markdownPage.headerSolution"
|
||||
/> -->
|
||||
|
||||
<InTheNews
|
||||
v-if="$page.markdownPage.inTheNews"
|
||||
:news="$page.markdownPage.inTheNews"
|
||||
@@ -161,6 +166,10 @@
|
||||
image
|
||||
url
|
||||
}
|
||||
headerSolution{
|
||||
subtitle
|
||||
content
|
||||
}
|
||||
inTheNews {
|
||||
id
|
||||
content
|
||||
|
||||
Reference in New Issue
Block a user