Remove Home link & update content

This commit is contained in:
samaradel
2020-11-15 10:25:30 +02:00
parent 06eb298197
commit 39870c7b71
3 changed files with 18 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
--- ---
id: crystal_twin id: crystal_twin
title: Your Digital Twin title: Crystal Twin
status: internal status: internal
startdate: 2021-03-20 startdate: 2021-03-20
countries: Global countries: Global

View File

@@ -1,11 +1,5 @@
{ {
"headerNavigation": [ "headerNavigation": [
{
"name": "Home",
"link": "/",
"external": false
},
{ {
"name": "Projects", "name": "Projects",
"link": "/projects", "link": "/projects",
@@ -22,10 +16,11 @@
"external": false "external": false
} }
], ],
"footerNavigation": [{ "footerNavigation": [
{
"name": "Latest Posts", "name": "Latest Posts",
"link": "/", "link": "/",
"external" : false "external": false
}, },
{ {
"name": "Gridsome", "name": "Gridsome",
@@ -33,4 +28,4 @@
"external": true "external": true
} }
] ]
} }

View File

@@ -9,15 +9,17 @@
> >
<div class="block flex-grow flex items-center w-auto"> <div class="block flex-grow flex items-center w-auto">
<div class="inline-flex items-center flex-shrink-0 text-white mr-6"> <div class="inline-flex items-center flex-shrink-0 text-white mr-6">
<img <a href="/" class="flex">
src="../../../static/img/ACI_icon-01.png" <img
class="mr-3" src="../../../static/img/ACI_icon-01.png"
width="50" class="mr-3"
alt="" width="50"
/> alt=""
<span class="font-semibold text-xl tracking-tight">{{ />
$static.metadata.siteName <span class="font-semibold text-xl tracking-tight">{{
}}</span> $static.metadata.siteName
}}</span>
</a>
</div> </div>
<div class="text-sm flex-grow uppercase"> <div class="text-sm flex-grow uppercase">
<ul <ul
@@ -97,7 +99,7 @@ export default {
props: { props: {
disableScroll: { disableScroll: {
type: Boolean, type: Boolean,
default: true default: true,
}, },
theme: { theme: {
type: String, type: String,
@@ -116,7 +118,7 @@ export default {
}, },
setHeaderHeight(height) { setHeaderHeight(height) {
this.headerHeight = height; this.headerHeight = height;
} },
}, },
mounted() { mounted() {