mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-06-13 03:38:11 -05:00
Update page titles
This commit is contained in:
@@ -15,7 +15,7 @@ interface Frontmatter {
|
||||
const posts = await Astro.glob<Frontmatter>("./posts/*.md");
|
||||
---
|
||||
|
||||
<PageLayout title="Blog">
|
||||
<PageLayout title="Audacity | Blog">
|
||||
<main class="mt-8 xl:mt-16">
|
||||
<div class="grid md:grid-cols-2 gap-12 xl:gap-16">
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ import BaseLayout from "../layouts/BaseLayout.astro";
|
||||
import PageLayout from "../layouts/PageLayout.astro";
|
||||
---
|
||||
|
||||
<PageLayout title="Downloads">
|
||||
<PageLayout title="Audacity | Downloads">
|
||||
<section class="mt-8">
|
||||
<div class="flex flex-col sm:flex-row gap-4">
|
||||
<DownloadsPaginationButton targetUrl="/downloads/download-for-windows">
|
||||
|
||||
Reference in New Issue
Block a user