From cb4919eb58f749809bfe9d9c0b2440fca9cf2f3d Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 27 Aug 2023 16:49:25 -0300 Subject: [PATCH] Minor modifications to improve SEO and semantics of site (#4129) * feat: Extended meta description (#1285) Based on description from #2081 * refactor: Removed lists inside p elements (#1285) p elements should not have ul or ol elements as children * feat: Added semantic html5 elements(#1285) --------- Co-authored-by: es-rene99 --- _includes/after.html | 8 +--- _includes/before.html | 16 +++---- _includes/head.html | 2 +- _includes/header.html | 3 +- _includes/scripts.html | 104 +++++++++++++++++++++-------------------- index.html | 12 ++--- 6 files changed, 70 insertions(+), 75 deletions(-) diff --git a/_includes/after.html b/_includes/after.html index e1f581e9ac5..f6762063956 100644 --- a/_includes/after.html +++ b/_includes/after.html @@ -6,27 +6,23 @@

I maintain a project!

open source.

-

- What sort of tasks are a good fit? +

What sort of tasks are a good fit?

-

We suggest the label up-for-grabs but using a different name is also acceptable.

-

- If this sounds like you, getting involved is simple: +

If this sounds like you, getting involved is simple:

  1. Label bugs and feature requests that would be a good place to start
  2. Grab the URL to this list of tasks so that others can get to it easily
  3. Sign in to GitHub and check out the README.
-

diff --git a/_includes/before.html b/_includes/before.html index fd886641b64..dbb5681a41f 100644 --- a/_includes/before.html +++ b/_includes/before.html @@ -7,13 +7,11 @@

I want to get involved!

the load of working on open source projects.

-

- Find a project you'd like to get involved with: +

Find a project you'd like to get involved with:

- -

+ diff --git a/_includes/head.html b/_includes/head.html index 903ad91d90b..26a7c845836 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,7 +1,7 @@ - + diff --git a/_includes/header.html b/_includes/header.html index c066f617b1b..83a88d3851e 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,6 +1,5 @@ -
- +
View on GitHub
Up For Grabs diff --git a/_includes/scripts.html b/_includes/scripts.html index 13e131846fb..20d36d27fe7 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -1,59 +1,61 @@