Skip to content

Commit 7a4ad17

Browse files
kt3kclaude
andcommitted
style: retitle the home intro link to "Why and how"
The About page leads with Motivation then How it works, so the link now reflects both halves rather than just the mechanics. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent dcb171f commit 7a4ad17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export default function (data: Lume.Data): string {
192192
</script>`;
193193

194194
const intro = `<div class="mb-10 border-b border-rule pb-8">
195-
<p class="m-0 text-lg leading-snug text-ink-soft">A daily, LLM-written digest of selected git repositories. <a class="font-semibold text-accent no-underline hover:underline" href="/about">How it works →</a></p>
195+
<p class="m-0 text-lg leading-snug text-ink-soft">A daily, LLM-written digest of selected git repositories. <a class="font-semibold text-accent no-underline hover:underline" href="/about">Why and how →</a></p>
196196
</div>`;
197197

198198
return `${intro}<div>${cards.join("\n")}</div>${script}`;

0 commit comments

Comments
 (0)