diff --git a/blog/content/index.es.md b/blog/content/_index.es.md similarity index 100% rename from blog/content/index.es.md rename to blog/content/_index.es.md diff --git a/blog/content/edition-2/posts/01-freestanding-rust-binary/index.es.md b/blog/content/edition-2/posts/01-freestanding-rust-binary/index.es.md index 11930b490..c52027a22 100644 --- a/blog/content/edition-2/posts/01-freestanding-rust-binary/index.es.md +++ b/blog/content/edition-2/posts/01-freestanding-rust-binary/index.es.md @@ -75,8 +75,6 @@ El archivo `Cargo.toml` contiene la configuración del crate, como el nombre del Actualmente, nuestro crate enlaza implícitamente con la biblioteca estándar. Intentemos deshabilitar esto añadiendo el [`atributo no_std`]: -[`no_std` attribute]: - ```rust // main.rs diff --git a/blog/content/edition-2/posts/index.es.md b/blog/content/edition-2/posts/_index.es.md similarity index 100% rename from blog/content/edition-2/posts/index.es.md rename to blog/content/edition-2/posts/_index.es.md