Update cta image

This commit is contained in:
samaradel
2021-08-01 11:44:55 +02:00
parent 0fc4a83f10
commit 96c9288c86
5 changed files with 13 additions and 8 deletions

View File

@@ -48,6 +48,7 @@
:key="edge.node.id"
:title="edge.node.title"
:link="edge.node.link"
:image="edge.node.image"
/>
</div>
</Layout>
@@ -68,6 +69,7 @@
id
title
link
image
}
}
}

View File

@@ -179,6 +179,7 @@
v-if="edge.node.id == $page.markdownPage.id"
:title="edge.node.title"
:link="edge.node.link"
:image="edge.node.image"
/>
</div>
</Layout>
@@ -395,6 +396,7 @@
id
title
link
image
}
}
}