From 46cf0fa97247572bfa6668e1b66458f50b31bf3e Mon Sep 17 00:00:00 2001
From: Jacob Petersen <jacob@jacob-petersen.com>
Date: Sat, 24 Nov 2018 13:12:39 -0600
Subject: [PATCH 1/2] Changing "Related Posts" and "Joint us on Github" to h2s

---
 _layouts/default.html | 2 +-
 _layouts/post.html    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_layouts/default.html b/_layouts/default.html
index 7bb75b8e..bccfedc0 100755
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -130,7 +130,7 @@
     <footer role="contentinfo" class="section footer">
       <div class="row">
         <div class="join-us">
-          <h3 class="join-us-title">Join us on <a href="https://github.com/a11yproject/a11yproject.com">GitHub</a></h3>
+          <h2 class="join-us-title">Join us on <a href="https://github.com/a11yproject/a11yproject.com">GitHub</a></h2>
           <ul class="join-us-buttons github-data inline-list">
             <li><a class="join-us-btn" href="https://github.com/a11yproject/a11yproject.com/graphs/contributors"><span class="data contributors">&nbsp;</span>Contributors</a></li>
             <li><a class="join-us-btn" href="https://github.com/a11yproject/a11yproject.com"><span class="data stars">&nbsp;</span>Stars</a></li>
diff --git a/_layouts/post.html b/_layouts/post.html
index dc1ccd05..74003e35 100755
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -61,7 +61,7 @@ layout: default
 {% if site.related_posts %}
   <section id="related" class="related-posts row">
     <div class="row-narrow">
-      <h3>Related Posts</h3>
+      <h2>Related Posts</h2>
       <ul class="nav nav-list">
         {% for post in site.related_posts limit:5 %}
           <li><a href="{{ post.url }}">{{ post.title }}</a></li>
-- 
GitLab


From d16bf0a717d1e48d4d946796c0abb070a0507b92 Mon Sep 17 00:00:00 2001
From: Jacob Petersen <jacob@jacob-petersen.com>
Date: Sat, 24 Nov 2018 13:13:14 -0600
Subject: [PATCH 2/2] Sentence casing "Related posts"

---
 _layouts/post.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_layouts/post.html b/_layouts/post.html
index 74003e35..ae0a7f10 100755
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -61,7 +61,7 @@ layout: default
 {% if site.related_posts %}
   <section id="related" class="related-posts row">
     <div class="row-narrow">
-      <h2>Related Posts</h2>
+      <h2>Related posts</h2>
       <ul class="nav nav-list">
         {% for post in site.related_posts limit:5 %}
           <li><a href="{{ post.url }}">{{ post.title }}</a></li>
-- 
GitLab