try to fix the titles
This commit is contained in:
parent
7b6b0b4176
commit
4507528f52
6 changed files with 6 additions and 7 deletions
|
|
@ -2,7 +2,7 @@
|
|||
import BaseLayout from "../layouts/BaseLayout.astro";
|
||||
import { getCollection } from "astro:content";
|
||||
|
||||
const title = "Gists";
|
||||
const title = "/gists";
|
||||
const gists = await getCollection("gists");
|
||||
gists.sort((a, b) => a.slug.localeCompare(b.slug));
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue