Skip to content

Commit

Permalink
docs: update templates page
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Aug 23, 2024
1 parent 644c3a8 commit 2bb9786
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/content/2.templates.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
title: Templates
description: 'Explore full-stack Nuxt templates to get up and running in a few seconds.'
description: 'Discover open source full-stack Nuxt templates to get up and running in a few seconds.'
icon: i-ph-layout
hero:
title: 'NuxtHub Templates'
description: 'Explore full-stack Nuxt templates to get up and running in a few seconds.'
title: 'Full-Stack <span class="text-primary">Nuxt</span> Templates'
description: 'Explore open source full-stack Nuxt templates to get up and running in a few seconds.'
align: center
links:
- label: Deploy a template
Expand Down
6 changes: 5 additions & 1 deletion docs/pages/templates.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ defineOgImageComponent('Docs')

<template>
<UContainer>
<UPageHero v-bind="page?.hero" :ui="{ base: 'z-10' }" />
<UPageHero v-bind="page?.hero" :ui="{ base: 'z-10' }">
<template #title>
<span v-html="page?.hero.title" />
</template>
</UPageHero>
<UPageGrid class="lg:grid-cols-3 xl:grid-cols-4 pb-10">
<UPageCard
v-for="(template, index) in templates"
Expand Down

0 comments on commit 2bb9786

Please sign in to comment.