ref: 30e09cdf508b56dcfb89f3ae820d888108904b45
parent: 3e5ca2b991a56814f82244e5b8dc0faad312ecae
author: penny <penny@limitedideas.org>
date: Mon Oct 20 13:55:09 EDT 2025
because I must
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
- <title>hell for mastodon</title>
+ <title>hell for mastodon | hellclient for mastodon</title>
<style>
html {font-family: -apple-system, BlinkMacSystemFont, Segoe UI,
--- a/web/render_homepage.sh
+++ b/web/render_homepage.sh
@@ -1,3 +1,3 @@
#!/bin/sh
set -e
-pandoc --metadata 'mainfont=-apple-system, BlinkMacSystemFont, Segoe UI, sans-serif' --metadata monobackgroundcolor=#f0f0f0 -V "maxwidth:95%" -V "margin-top:0" -V pagetitle:"hell for mastodon" --output ../index.html --to html --standalone ../readme.md
+pandoc --metadata 'mainfont=-apple-system, BlinkMacSystemFont, Segoe UI, sans-serif' --metadata monobackgroundcolor=#f0f0f0 -V "maxwidth:95%" -V "margin-top:0" -V pagetitle:"hell for mastodon | hellclient for mastodon" --output ../index.html --to html --standalone ../readme.md
--
⑨