We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca53fe commit ff5768dCopy full SHA for ff5768d
1 file changed
src/pages/browse/[alpha]/[page].astro
@@ -26,7 +26,10 @@ export async function getStaticPaths({ paginate }) {
26
}
27
---
28
29
-<BaseLayout>
+<BaseLayout
30
+ pageTitle={`Browse jargons.dev`}
31
+ subtitle={`Words Starting With "${params.alpha.toUpperCase()}" (Page ${page.currentPage})`}
32
+>
33
<Navbar>
34
<Search triggerSize="sm" dictionary={dictionary} client:load />
35
</Navbar>
0 commit comments