Remove Home link & update content
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: crystal_twin
|
||||
title: Your Digital Twin
|
||||
title: Crystal Twin
|
||||
status: internal
|
||||
startdate: 2021-03-20
|
||||
countries: Global
|
||||
|
||||
@@ -1,11 +1,5 @@
|
||||
{
|
||||
"headerNavigation": [
|
||||
{
|
||||
"name": "Home",
|
||||
"link": "/",
|
||||
"external": false
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Projects",
|
||||
"link": "/projects",
|
||||
@@ -22,10 +16,11 @@
|
||||
"external": false
|
||||
}
|
||||
],
|
||||
"footerNavigation": [{
|
||||
"footerNavigation": [
|
||||
{
|
||||
"name": "Latest Posts",
|
||||
"link": "/",
|
||||
"external" : false
|
||||
"external": false
|
||||
},
|
||||
{
|
||||
"name": "Gridsome",
|
||||
|
||||
@@ -9,15 +9,17 @@
|
||||
>
|
||||
<div class="block flex-grow flex items-center w-auto">
|
||||
<div class="inline-flex items-center flex-shrink-0 text-white mr-6">
|
||||
<img
|
||||
src="../../../static/img/ACI_icon-01.png"
|
||||
class="mr-3"
|
||||
width="50"
|
||||
alt=""
|
||||
/>
|
||||
<span class="font-semibold text-xl tracking-tight">{{
|
||||
$static.metadata.siteName
|
||||
}}</span>
|
||||
<a href="/" class="flex">
|
||||
<img
|
||||
src="../../../static/img/ACI_icon-01.png"
|
||||
class="mr-3"
|
||||
width="50"
|
||||
alt=""
|
||||
/>
|
||||
<span class="font-semibold text-xl tracking-tight">{{
|
||||
$static.metadata.siteName
|
||||
}}</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="text-sm flex-grow uppercase">
|
||||
<ul
|
||||
@@ -97,7 +99,7 @@ export default {
|
||||
props: {
|
||||
disableScroll: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
default: true,
|
||||
},
|
||||
theme: {
|
||||
type: String,
|
||||
@@ -116,7 +118,7 @@ export default {
|
||||
},
|
||||
setHeaderHeight(height) {
|
||||
this.headerHeight = height;
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
mounted() {
|
||||
|
||||
Reference in New Issue
Block a user