fixed In The News title

This commit is contained in:
Vilnite
2021-03-17 19:24:37 +02:00
parent ea56d65660
commit 9b8ff9e759
5 changed files with 24 additions and 2 deletions

View File

@@ -20,4 +20,4 @@ partners:
logo: ./logos/btc.png logo: ./logos/btc.png
--- ---
In the News In The News

View File

@@ -0,0 +1,4 @@
---
id: news_header
subtitle: In The News
---

View File

@@ -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',

View File

@@ -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

View File

@@ -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"
@@ -160,6 +165,10 @@
id id
image image
url url
}
headerSolution{
subtitle
content
} }
inTheNews { inTheNews {
id id