From 9d025b4437cc54645403b675b8b5cf202648613e Mon Sep 17 00:00:00 2001 From: Asier Illarramendi Date: Thu, 6 Oct 2016 07:28:11 +0200 Subject: [PATCH] Remover number in filename so that it's clearer --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d99e525..672b9b3 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ path/file_en.md Or put your files in locale-specific directories, e.g.: ``` -path/es/file1.md -path/en/file2.md -path/es/subdir/file1.md -path/en/subdir/file2.md +path/es/file.md +path/en/file.md +path/es/subdir/file.md +path/en/subdir/file.md ``` Note that **this plugin does not handle URL generation**, if you need URLs in the `:locale/:slug` format or similar check [`metalsmith-permalinks`](https://github.com/segmentio/metalsmith-permalinks).