summaryrefslogtreecommitdiff
path: root/pages/index.vue
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-09-14 18:35:34 +0200
committerSanto Cariotti <santo@dcariotti.me>2022-09-14 18:35:55 +0200
commit8aee0d826a38cc7c78660a8af70edbd85dbf3745 (patch)
treec7400c4b8d91ab101251323d0bba5a60ae159d66 /pages/index.vue
parentb6a509b8487cb9a11a8c3ab67df05904599c7b0c (diff)
Add title on header
Diffstat (limited to 'pages/index.vue')
-rw-r--r--pages/index.vue5
1 files changed, 4 insertions, 1 deletions
diff --git a/pages/index.vue b/pages/index.vue
index f617e72..1e45510 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1,5 +1,8 @@
<template lang="pug">
- VHeader
+ div
+ VHeader(pageName="Home")
+ main
+ .mx-auto.max-w-7xl.py-6(class="sm:px-6 lg:px-8")
</template>
<script>