this repo has no description

add meta description

altagos.dev 6b68135b 3c77cf12

verified
+2
+1
content/index.smd
··· 4 4 .date = @date("2025-07-20"), 5 5 .layout = "root.shtml", 6 6 .draft = false, 7 + .description = "Work in Progress" 7 8 --- 8 9 9 10 ffi --> => `ffi -> =>`
+1
layouts/root.shtml
··· 6 6 <link rel="stylesheet" href="$build.asset('altagos.css').link()"> 7 7 <!-- Meta --> 8 8 <meta name="viewport" content="width=device-width, initial-scale=1"> 9 + <meta name="description" content="$page.description"> 9 10 <!-- Favicon --> 10 11 <link rel="icon" type="image/png" href="$site.asset('favicon/favicon-96x96.png').link()" sizes="96x96"> 11 12 <link rel="icon" type="image/svg+xml" href="$site.asset('favicon/favicon.svg').link()">