From ca480465e396715366c9679829c017b3f9c50573 Mon Sep 17 00:00:00 2001 From: Tim Kroeger Date: Thu, 24 Nov 2022 17:31:03 +0100 Subject: [PATCH] fix some language to be more inclusive --- src/posts/2022-08-28-post-with301-redirects.md | 4 ++-- src/posts/2022-11-02-markdown.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/posts/2022-08-28-post-with301-redirects.md b/src/posts/2022-08-28-post-with301-redirects.md index 9b6a36b..a4020bd 100644 --- a/src/posts/2022-08-28-post-with301-redirects.md +++ b/src/posts/2022-08-28-post-with301-redirects.md @@ -1,6 +1,6 @@ --- title: 'Post with 301 redirects' -description: 'A 301 is used when a page has permanently changed location. Informing about this change is indispensable if you want to keep a positioning. Aleksandr Hovhannisyan came up with an easy solution for Eleventy and Netlify.' +description: 'A 301 is used when a page has permanently changed location. Informing about this change is indispensable if you want to keep a positioning. Aleksandr Hovhannisyan came up with an elegant solution for Eleventy and Netlify.' date: 2022-08-28 --- @@ -9,7 +9,7 @@ URLs usually change over time, as you use another CMS or optimizye your file str A 301 is used when a page has permanently changed location. Informing about this change is indispensable if you want to keep your incoming links working, be it from organic Google search or other pages that have linked to your content. -Aleksandr Hovhannisyan came up with an [easy solution for Eleventy and Netlify](https://www.aleksandrhovhannisyan.com/blog/eleventy-netlify-redirects/). To directly cover several possible previous routes it is created as an array. You can find the loop in `_redirects.njk`. +Aleksandr Hovhannisyan came up with an [elegant solution for Eleventy and Netlify](https://www.aleksandrhovhannisyan.com/blog/eleventy-netlify-redirects/). To directly cover several possible previous routes it is created as an array. You can find the loop in `_redirects.njk`. ## Usage diff --git a/src/posts/2022-11-02-markdown.md b/src/posts/2022-11-02-markdown.md index b2e041e..56f8ccf 100644 --- a/src/posts/2022-11-02-markdown.md +++ b/src/posts/2022-11-02-markdown.md @@ -56,7 +56,7 @@ _This is italic text_ - Create a list by starting a line with `+`, `-`, or `*` - Sub-lists are made by indenting 2 spaces: -- Very easy! +- Very simple! ### Ordered lists