8000 docs(templates): remove subtitle · nuxt/content@d316ea8 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit d316ea8

Browse files
committed
docs(templates): remove subtitle
1 parent 13e55b9 commit d316ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/pages/templates/[slug].vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const images = computed(() => template.value
5858
<template #title>
5959
<div class="flex flex-row gap-3 text-2xl">
6060
<span class="font-semibold">
61-
{{ template.title }} - {{ template.subtitle }}
61+
{{ template.title }}
6262
</span>
6363
<span class="hidden xl:flex items-center gap-2">
6464
<span class="text-gray-500 dark:text-gray-400">

0 commit comments

Comments
 (0)
0