content/post: Add aliases to posts whose URL changed
I changed the post URL structure to use the post's slug, so now I need to alias old post URLs to the new ones.
This commit is contained in:
parent
59b07770e1
commit
57b766838b
@ -3,6 +3,7 @@ date = "2016-09-26T14:28:23+03:00"
|
||||
author = "Alan Orth"
|
||||
title = "Another Beautiful Hand-Painted Wood Ceiling"
|
||||
slug = "another-beautiful-hand-painted-ceiling"
|
||||
aliases = ["/2016/09/another-beautiful-hand-painted-wood-ceiling/"]
|
||||
description = "An old Syrian man creates jaw dropping, hand-painted wood panel ceilings in Amman."
|
||||
categories = ["Architecture"]
|
||||
tags = ["Painting", "Art"]
|
||||
|
@ -5,6 +5,7 @@ image = "/2016/09/IMG_20160924_101454.jpg"
|
||||
categories = ["Nature"]
|
||||
tags = ["Wetland", "Oasis"]
|
||||
slug = "azraq-wetland-disappearing-oasis"
|
||||
aliases = ["/2016/09/azraq-wetland-a-disappearing-oasis/"]
|
||||
description = "A thriving oasis in Jordan's desert is at risk of disappearing."
|
||||
author = "Alan Orth"
|
||||
+++
|
||||
|
@ -2,6 +2,7 @@
|
||||
date = "2016-09-23T11:15:16+03:00"
|
||||
title = "Buying Baklava in Amman"
|
||||
slug = "buying-baklava-amman"
|
||||
aliases = ["/2016/09/buying-baklava-in-amman/"]
|
||||
categories = ["Food"]
|
||||
tags = ["Baklawa", "Amman"]
|
||||
description = "Buying baklava from a jovial young Jordanian in the market."
|
||||
|
@ -3,6 +3,7 @@ date = "2016-09-19T09:48:23+03:00"
|
||||
author = "Alan Orth"
|
||||
title = "Camping in the Dana Biosphere Reserve"
|
||||
slug = "camping-dana-biosphere-reserve"
|
||||
aliases = ["/2016/09/camping-in-the-dana-biosphere-reserve/"]
|
||||
description = "Picturesque camping in the Dana Biosphere reserve atop Jordan's Rift Valley."
|
||||
categories = ["Nature"]
|
||||
tags = ["Camping"]
|
||||
|
@ -2,6 +2,7 @@
|
||||
date = "2016-09-14T09:36:00+03:00"
|
||||
title = "Eid Mubarak in Your Neighborhood Dumpster"
|
||||
slug = "eid-mubarak-neighborhood-dumpster"
|
||||
aliases = ["/2016/09/eid-mubarak-in-your-neighborhood-dumpster/"]
|
||||
author = "Alan Orth"
|
||||
tags = ["Eid", "Sheep", "Amman"]
|
||||
description = "Happy Eid to the lazy bastard who threw his sheep carcass into our local dumpster."
|
||||
|
@ -3,6 +3,7 @@ date = "2016-09-29T11:54:07+03:00"
|
||||
title = "King Hussein Mosque at Night"
|
||||
author = "Alan Orth"
|
||||
slug = "king-hussein-mosque-night"
|
||||
aliases = ["/2016/09/king-hussein-mosque-at-night/"]
|
||||
categories = ["Architecture"]
|
||||
tags = ["Mosque", "Amman"]
|
||||
description = "Alan practices night photography on the largest mosque in Amman."
|
||||
|
@ -2,6 +2,7 @@
|
||||
date = "2016-09-07T19:32:36+03:00"
|
||||
title = "No Noise Near the Noisy Mosque"
|
||||
slug = "no-noise-near-noisy-mosque"
|
||||
aliases = ["/2016/09/no-noise-near-the-noisy-mosque/"]
|
||||
author = "Alan Orth"
|
||||
description = "Ironic double standard for noise pollution from our local mosque in Amman."
|
||||
tags = ["Mosque", "Noise", "Amman"]
|
||||
|
@ -2,6 +2,7 @@
|
||||
date = "2016-09-20T14:58:34+03:00"
|
||||
title = "Saint Thaddeus Church in Amman"
|
||||
slug = "saint-thaddeus-church-amman"
|
||||
aliases = ["/2016/09/saint-thaddeus-church-in-amman/"]
|
||||
image = "/2016/09/IMG_20160919_141959.jpg"
|
||||
categories = ["Architecture"]
|
||||
tags = ["Church", "Amman"]
|
||||
|
Loading…
Reference in New Issue
Block a user