update count and also format on save did its nonsense

This commit is contained in:
2026-03-26 09:05:45 -07:00
parent c9b6afbf25
commit 06639d6555

View File

@ -1,20 +1,26 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head>
<title>card three's travels | siblinghood of the traveling greeting card</title> <head>
<title>card three's travels | siblinghood of the traveling greeting card
</title>
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8"> <meta charset="utf-8">
<!-- Meta --> <!-- Meta -->
<link rel="icon" type="image/x-icon" href="/favicon.ico"> <link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="canonical" href="/card-three" /> <link rel="canonical" href="/card-three" />
<meta name="description" content="watch greeting card three travel the world" /> <meta name="description"
content="watch greeting card three travel the world" />
<meta name="robots" content="index,follow" /> <meta name="robots" content="index,follow" />
<meta property="og:title" content="card three's travels | siblinghood of the traveling greeting card" /> <meta property="og:title"
content="card three's travels | siblinghood of the traveling greeting card" />
<meta property="og:type" content="article" /> <meta property="og:type" content="article" />
<meta property="og:url" content="/card-three" /> <meta property="og:url" content="/card-three" />
<meta property="og:description" content="watch greeting card three travel the world" /> <meta property="og:description"
content="watch greeting card three travel the world" />
<meta property="og:image" content="/assets/img/logo-light.png" /> <meta property="og:image" content="/assets/img/logo-light.png" />
<meta property="og:image:alt" content="blue and gold icon showing a greeting card with wings" /> <meta property="og:image:alt"
content="blue and gold icon showing a greeting card with wings" />
<!-- CSS --> <!-- CSS -->
<link rel="stylesheet" href="/assets/styles/main.css"> <link rel="stylesheet" href="/assets/styles/main.css">
@ -23,20 +29,25 @@
<!-- JS --> <!-- JS -->
<script src="/assets/scripts/nav.js" defer></script> <script src="/assets/scripts/nav.js" defer></script>
</head> </head>
<body>
<body>
<header> <header>
<nav id="top-nav"><!-- auto populated by nav.js --></nav> <nav id="top-nav"><!-- auto populated by nav.js --></nav>
<img id="logo-light" src="/assets/img/logo-light.png" alt="blue and gold icon showing a greeting card with wings" /> <img id="logo-light" src="/assets/img/logo-light.png"
<img id="logo-dark" src="/assets/img/logo-dark.png" alt="blue and gold icon showing a greeting card with wings" /> alt="blue and gold icon showing a greeting card with wings" />
<img id="logo-dark" src="/assets/img/logo-dark.png"
alt="blue and gold icon showing a greeting card with wings" />
</header> </header>
<main id="main"> <main id="main">
<h1>The Travels of <span class="card">Card Three</span></h1> <h1>The Travels of <span class="card">Card Three</span></h1>
<p>10 people are signed up for <span class="card">card three</span> so far.</p> <p>11 people are signed up for <span class="card">card three</span> so far.
</p>
</main> </main>
<footer id="footer"><!-- auto populated by nav.js --></footer> <footer id="footer"><!-- auto populated by nav.js --></footer>
</body> </body>
</html> </html>