From 945e867642e6209358341ccaa003f53b4fd32db9 Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sun, 17 May 2026 01:35:48 -0500 Subject: [PATCH] shorten page titles --- src/pages/contribute-to-opensource.astro | 14 ++++++-------- src/pages/index.astro | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/src/pages/contribute-to-opensource.astro b/src/pages/contribute-to-opensource.astro index 64d74493..cb4f9413 100644 --- a/src/pages/contribute-to-opensource.astro +++ b/src/pages/contribute-to-opensource.astro @@ -7,12 +7,10 @@ - - How to Contribute to Open Source: A Complete Guide for Beginners - + How to Contribute to Open Source: A Beginner Guide

- How to Contribute to Open Source: A Comprehensive Guide for Beginners + How to Contribute to Open Source: A Beginner Guide

TL;DR if you prefer making your first pull request on GitHub right away, go to first contributions diff --git a/src/pages/index.astro b/src/pages/index.astro index f3e1b432..e83ef022 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -4,7 +4,7 @@ import App from '../components/App.astro'; ---