fixed In The News title
This commit is contained in:
@@ -20,4 +20,4 @@ partners:
|
|||||||
logo: ./logos/btc.png
|
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',
|
use: '@gridsome/source-filesystem',
|
||||||
options: {
|
options: {
|
||||||
@@ -175,6 +183,7 @@ module.exports = {
|
|||||||
slides: 'Slide',
|
slides: 'Slide',
|
||||||
contactData: 'Contact',
|
contactData: 'Contact',
|
||||||
header: 'Header',
|
header: 'Header',
|
||||||
|
headerSolution: 'SolutionsHeader',
|
||||||
howItWorks: 'HowItWorks',
|
howItWorks: 'HowItWorks',
|
||||||
howItWorksMain: 'HowItWorks',
|
howItWorksMain: 'HowItWorks',
|
||||||
productsMain: 'ProductTitle',
|
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 class="max-w-screen-xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8">
|
||||||
<div
|
<div
|
||||||
v-html="news.content"
|
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>
|
||||||
<div class="mt-6 grid grid-cols-2 gap-0.5 md:grid-cols-3 lg:mt-8">
|
<div class="mt-6 grid grid-cols-2 gap-0.5 md:grid-cols-3 lg:mt-8">
|
||||||
<g-link
|
<g-link
|
||||||
|
|||||||
@@ -55,6 +55,11 @@
|
|||||||
:card="card"
|
:card="card"
|
||||||
/> -->
|
/> -->
|
||||||
|
|
||||||
|
<!-- <SolutionsHeader
|
||||||
|
v-if="$page.markdownPage.headerSolution"
|
||||||
|
:header="$page.markdownPage.headerSolution"
|
||||||
|
/> -->
|
||||||
|
|
||||||
<InTheNews
|
<InTheNews
|
||||||
v-if="$page.markdownPage.inTheNews"
|
v-if="$page.markdownPage.inTheNews"
|
||||||
:news="$page.markdownPage.inTheNews"
|
:news="$page.markdownPage.inTheNews"
|
||||||
@@ -161,6 +166,10 @@
|
|||||||
image
|
image
|
||||||
url
|
url
|
||||||
}
|
}
|
||||||
|
headerSolution{
|
||||||
|
subtitle
|
||||||
|
content
|
||||||
|
}
|
||||||
inTheNews {
|
inTheNews {
|
||||||
id
|
id
|
||||||
content
|
content
|
||||||
|
|||||||
Reference in New Issue
Block a user