File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
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.'
3
3
icon : i-ph-layout
4
4
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.'
7
7
align : center
8
8
links :
9
9
- label : Deploy a template
Original file line number Diff line number Diff line change @@ -17,7 +17,11 @@ defineOgImageComponent('Docs')
17
17
18
18
<template >
19
19
<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 >
21
25
<UPageGrid class =" lg:grid-cols-3 xl:grid-cols-4 pb-10" >
22
26
<UPageCard
23
27
v-for =" (template, index) in templates"
You can’t perform that action at this time.
0 commit comments