ref: 374084944b61dc497440b87ca4b67382a3fe678c
parent: a50ddc404d53491e1b187e5ac3507c0dcf174c7e
author: penny <penny@limitedideas.org>
date: Thu Oct 16 08:46:52 EDT 2025
add page title to homepage
--- a/index.html
+++ b/index.html
@@ -4,7 +4,9 @@
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
- <title>homepage</title>
+ <meta name="author" content="penny@eldritch.cafe" />
+ <meta name="dcterms.date" content="2025-10-16" />
+ <title>hellclient for mastodon</title>
<style>
/* Default styles provided by pandoc.
** See https://pandoc.org/MANUAL.html#variables-for-html for config info.
@@ -178,6 +180,11 @@
</style>
</head>
<body>
+<header id="title-block-header">
+<h1 class="title">hellclient for mastodon</h1>
+<p class="author">penny@eldritch.cafe</p>
+<p class="date">October 16, 2025</p>
+</header>
<h2 id="hellclient---mastodon-client-in-go">## hellclient - mastodon
client in go</h2>
<h6
--- a/web/homepage.md
+++ b/web/homepage.md
@@ -1,3 +1,8 @@
+---
+title: hellclient for mastodon
+author: penny@eldritch.cafe
+date: October 16, 2025
+---
## hellclient - mastodon client in go
---
--
⑨