From e0d25951a21fa58734bc0bf6aeb0a415dde16f94 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 27 Nov 2019 15:36:18 +0100 Subject: [PATCH] Adjust translated post to zola multilingual naming scheme --- .../posts/01-freestanding-rust-binary/{zh-CN.md => index.zh.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename blog/content/second-edition/posts/01-freestanding-rust-binary/{zh-CN.md => index.zh.md} (99%) diff --git a/blog/content/second-edition/posts/01-freestanding-rust-binary/zh-CN.md b/blog/content/second-edition/posts/01-freestanding-rust-binary/index.zh.md similarity index 99% rename from blog/content/second-edition/posts/01-freestanding-rust-binary/zh-CN.md rename to blog/content/second-edition/posts/01-freestanding-rust-binary/index.zh.md index deb56e3e..18c8101d 100644 --- a/blog/content/second-edition/posts/01-freestanding-rust-binary/zh-CN.md +++ b/blog/content/second-edition/posts/01-freestanding-rust-binary/index.zh.md @@ -1,7 +1,7 @@ +++ title = "独立的Rust二进制" weight = 1 -path = "freestanding-rust-binary" +path = "zh/freestanding-rust-binary" date = 2018-02-10 +++