Fixed <title>

This commit is contained in:
Nathan Schneider
2025-11-18 15:28:05 -07:00
parent 5899006717
commit e5790ad34a

View File

@@ -29,7 +29,7 @@ const parsedSections = sections.map(section => {
<link rel="icon" type="image/png" href={`${import.meta.env.BASE_URL}/metagov.png`} />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<title>Digital Zine</title>
<title>Collective Governance for AI: Points of Intervention</title>
<style is:global>
* {
margin: 0;