diff --git a/README.md b/README.md index bdfc292..7d4d3e9 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,8 @@ The website is currently in a refactor, here is what is still left on the fronte - [x] Auth: Logout - [x] Auth: Register - [x] Auth: Forgot password flow -- [ ] Content: Term pages -- [ ] April fools' +- [X] Content: Term pages +- [X] April fools' - [X] Content: Documentation pages - [x] Content: Blog diff --git a/src/pages/terms/[slug].vue b/src/pages/terms/[slug].vue index 865cd33..31a5b7a 100644 --- a/src/pages/terms/[slug].vue +++ b/src/pages/terms/[slug].vue @@ -9,7 +9,7 @@ if (!termContent.value) { } useHead({ - title: `${termContent.value.title} | Docs`, + title: `${termContent.value.title} | Terms`, meta: [ { property: 'description', content: termContent.value.description }, { property: 'og:description', content: termContent.value.description },