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: " 每周 Kubernetes 社区例会笔记 - 2015年4月3日 "
|
||||
date: 2015-04-04
|
||||
slug: weekly-kubernetes-community-hangout
|
||||
url: /blog/2015/04/Weekly-Kubernetes-Community-Hangout
|
||||
url: /zh/blog/2015/04/Weekly-Kubernetes-Community-Hangout
|
||||
---
|
||||
<!--
|
||||
---
|
||||
title: " Weekly Kubernetes Community Hangout Notes - April 3 2015 "
|
||||
date: 2015-04-04
|
||||
slug: weekly-kubernetes-community-hangout
|
||||
url: /blog/2015/04/Weekly-Kubernetes-Community-Hangout
|
||||
url: /zh/blog/2015/04/Weekly-Kubernetes-Community-Hangout
|
||||
---
|
||||
-->
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user