Fix blog articles using wrong custom URIs
Some blog articles with custom URIs have been localized into Chinese without removing the custom URI from the front matter. Update these articles to use appropriate URIs.
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
title: " CoreOS Fest 2016: CoreOS 和 Kubernetes 在柏林(和旧金山)社区见面会 "
|
||||
date: 2016-05-03
|
||||
slug: coreosfest2016-kubernetes-community
|
||||
url: /blog/2016/05/Coreosfest2016-Kubernetes-Community
|
||||
url: /zh/blog/2016/05/Coreosfest2016-Kubernetes-Community
|
||||
---
|
||||
<!--
|
||||
---
|
||||
title: " CoreOS Fest 2016: CoreOS and Kubernetes Community meet in Berlin (& San Francisco) "
|
||||
date: 2016-05-03
|
||||
slug: coreosfest2016-kubernetes-community
|
||||
url: /blog/2016/05/Coreosfest2016-Kubernetes-Community
|
||||
url: /zh/blog/2016/05/Coreosfest2016-Kubernetes-Community
|
||||
---
|
||||
-->
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user