Use the right year in the slug
This commit is contained in:
parent
647a4792f7
commit
a0fbd5d9a0
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
permalink: "/{{ year }}/{{ month }}/{{ day }}/2018-in-many-words"
|
||||
permalink: "/{{ year }}/{{ month }}/{{ day }}/2019-in-many-words"
|
||||
title: "2019 in many words and some photos"
|
||||
published_date: "2019-12-30 23:30:00 +0100"
|
||||
layout: post.liquid
|
||||
|
|
|
@ -8,7 +8,7 @@ data:
|
|||
---
|
||||
It has become a tradition for me to look at the year that's about to end.
|
||||
I did so in
|
||||
[2019](/2019/12/30/2018-in-many-words/),
|
||||
[2019](/2019/12/30/2019-in-many-words/),
|
||||
[2018](/2018/12/27/2018-in-many-words/),
|
||||
[2017](/2017/12/31/2017-in-many-words/),
|
||||
[2016](/2016/12/31/2016-in-many-words/),
|
||||
|
|
Loading…
Reference in a new issue