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:
@@ -9,7 +9,7 @@ url: /zh/blog/2018/03/Principles-Of-Container-App-Design
|
||||
title: "Principles of Container-based Application Design"
|
||||
date: 2018-03-15
|
||||
slug: principles-of-container-app-design
|
||||
url: /blog/2018/03/Principles-Of-Container-App-Design
|
||||
url: /zh/blog/2018/03/Principles-Of-Container-App-Design
|
||||
---
|
||||
-->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user