Skip to content

Commit 2bb9786

Browse files
committed
docs: update templates page
1 parent 644c3a8 commit 2bb9786

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/content/2.templates.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
title: Templates
2-
description: 'Explore full-stack Nuxt templates to get up and running in a few seconds.'
2+
description: 'Discover open source full-stack Nuxt templates to get up and running in a few seconds.'
33
icon: i-ph-layout
44
hero:
5-
title: 'NuxtHub Templates'
6-
description: 'Explore full-stack Nuxt templates to get up and running in a few seconds.'
5+
title: 'Full-Stack <span class="text-primary">Nuxt</span> Templates'
6+
description: 'Explore open source full-stack Nuxt templates to get up and running in a few seconds.'
77
align: center
88
links:
99
- label: Deploy a template

docs/pages/templates.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ defineOgImageComponent('Docs')
1717

1818
<template>
1919
<UContainer>
20-
<UPageHero v-bind="page?.hero" :ui="{ base: 'z-10' }" />
20+
<UPageHero v-bind="page?.hero" :ui="{ base: 'z-10' }">
21+
<template #title>
22+
<span v-html="page?.hero.title" />
23+
</template>
24+
</UPageHero>
2125
<UPageGrid class="lg:grid-cols-3 xl:grid-cols-4 pb-10">
2226
<UPageCard
2327
v-for="(template, index) in templates"

0 commit comments

Comments
 (0)