From 1f419e422ab27d8c3723b0f0b968cc631a5986a7 Mon Sep 17 00:00:00 2001
From: Eric Bailey <eric.w.bailey@gmail.com>
Date: Sat, 1 Aug 2020 18:05:17 -0400
Subject: [PATCH 1/3] Fixed intendation

---
 netlify.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/netlify.toml b/netlify.toml
index 9465391c..8113947c 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -40,5 +40,5 @@
 	to = "/posts/2020-01-23-operating-system-and-browser-accessibility-display-modes/"
 
 [[redirects]]
-        from = "/posts/creating-valid-and-accessible-links/"
-        to = "/posts/2019-02-15-creating-valid-and-accessible-links/"
+	from = "/posts/creating-valid-and-accessible-links/"
+	to = "/posts/2019-02-15-creating-valid-and-accessible-links/"
-- 
GitLab


From 5699841d91c14ad822ddfc5bdabae2b7de1a703e Mon Sep 17 00:00:00 2001
From: Eric Bailey <eric.w.bailey@gmail.com>
Date: Sat, 1 Aug 2020 18:05:29 -0400
Subject: [PATCH 2/3] Add posts

---
 src/_includes/meta/social-media.njk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/_includes/meta/social-media.njk b/src/_includes/meta/social-media.njk
index 58843fbe..d5ee3444 100644
--- a/src/_includes/meta/social-media.njk
+++ b/src/_includes/meta/social-media.njk
@@ -6,11 +6,11 @@
 <meta property="og:url" content="{{ metadata.url }}{{ page.url }}" />
 <meta property="og:title" content="{% if category %}{{ category }}: {% endif %}{% if title %}{{ title | striptags }} - {% endif %}{{ metadata.title }}" />
 <meta property="og:description" content="{% if subtitle %}{{ subtitle }}{% elif description %}{{ description }}{% else %}{{ metadata.feed.subtitle }}{% endif %}" />
-<meta property="og:image" content="{{ metadata.url }}/img/social/og-image-{% if title == "Home" %}home{% elif title == "Posts" %}posts{% elif title == "Checklist" %}checklist{% elif title == "About" %}about{% elif title == "Contribute" %}contribute{% elif title == "Team" %}team{% elif title == "Authors" %}authors{% elif title == "Spotlight" %}spotlight{% else %}home{% endif %}.png" />
+<meta property="og:image" content="{{ metadata.url }}/img/social/og-image-{% if title == "Home" %}home{% elif title == "Posts" %}posts{% elif title == "Checklist" %}checklist{% elif title == "About" %}about{% elif title == "Contribute" %}contribute{% elif title == "Team" %}team{% elif title == "Authors" %}authors{% elif title == "Spotlight" %}spotlight{% elif templateClass == "template-post" %}post{% else %}home{% endif %}.png" />
 <meta property="og:image:alt" content="" />
 
 <meta property="twitter:card" content="summary_large_image" />
 <meta property="twitter:url" content="{{ metadata.url }}{{ page.url }}" />
 <meta property="twitter:title" content="{% if category %}{{ category }}: {% endif %}{% if title %}{{ title | striptags }} - {% endif %}{{ metadata.title }}" />
 <meta property="twitter:description" content="{% if subtitle %}{{ subtitle }}{% else %}{{ metadata.feed.subtitle }}{% endif %}" />
-<meta property="twitter:image" content="{{ metadata.url }}/img/social/og-image-{% if title == "Home" %}home{% elif title == "Posts" %}posts{% elif title == "Checklist" %}checklist{% elif title == "About" %}about{% elif title == "Contribute" %}contribute{% elif title == "Team" %}team{% elif title == "Authors" %}authors{% elif title == "Spotlight" %}spotlight{% else %}home{% endif %}.png" />
+<meta property="twitter:image" content="{{ metadata.url }}/img/social/og-image-{% if title == "Home" %}home{% elif title == "Posts" %}posts{% elif title == "Checklist" %}checklist{% elif title == "About" %}about{% elif title == "Contribute" %}contribute{% elif title == "Team" %}team{% elif title == "Authors" %}authors{% elif title == "Spotlight" %}spotlight{% elif templateClass == "template-post" %}post{% else %}home{% endif %}.png" />
-- 
GitLab


From e3c3dc544ad6535eaa9dbfee3b2f1fb4f637df11 Mon Sep 17 00:00:00 2001
From: Eric Bailey <eric.w.bailey@gmail.com>
Date: Sat, 1 Aug 2020 18:05:40 -0400
Subject: [PATCH 3/3] Patch version bump

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index f70dde62..4465a385 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
 	"name": "the-a11y-project",
 	"description": "A community-driven effort to make digital accessibility easier.",
 	"homepage": "https://a11yproject.com/",
-	"version": "1.1.3",
+	"version": "1.1.4",
 	"license": "Apache-2.0",
 	"author": "Dave Rupert <hello@a11yproject.com> (https://daverupert.com/)",
 	"contributors": [
-- 
GitLab