fix some language to be more inclusive
This commit is contained in:
parent
82f7c51a68
commit
ca480465e3
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: 'Post with 301 redirects'
|
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
|
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.
|
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.
|
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
|
## Usage
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ _This is italic text_
|
||||||
|
|
||||||
- Create a list by starting a line with `+`, `-`, or `*`
|
- Create a list by starting a line with `+`, `-`, or `*`
|
||||||
- Sub-lists are made by indenting 2 spaces:
|
- Sub-lists are made by indenting 2 spaces:
|
||||||
- Very easy!
|
- Very simple!
|
||||||
|
|
||||||
### Ordered lists
|
### Ordered lists
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue