improve basic styling

This commit is contained in:
Philipp Kühn
2020-04-17 17:06:55 +02:00
parent 4e5bf7f23a
commit 4f68026f7f
7 changed files with 192 additions and 85 deletions

View File

@@ -1,25 +1,5 @@
<template>
<Layout>
<div v-for="edge in $static.allPost.edges" :key="edge.node.id">
<g-link :to="edge.node.path">
{{ edge.node.title }}
</g-link>
</div>
Hi there! 👋
</Layout>
</template>
<static-query>
query {
allPost {
edges {
node {
id
title
path
}
}
}
}
</static-query>
</template>