diff --git a/content/blog/2025-02-extending.md b/content/blog/2025-02-extending.md index d75ee061c..5569f00b3 100644 --- a/content/blog/2025-02-extending.md +++ b/content/blog/2025-02-extending.md @@ -1,6 +1,7 @@ +++ title = "Extending the Coreutils project - Rewriting base tools in Rust" date = 2025-02-01 +page_template = "post.html" authors = ["Sylvestre Ledru"] +++ diff --git a/content/blog/_index.md b/content/blog/_index.md index f784a32f4..e16b5390b 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -5,4 +5,4 @@ page_template = "post.html" title = "Blog" +++ -You can subscribe to this blog with this [atom feed](/atom.xml). \ No newline at end of file +You can subscribe to this blog with this [atom feed](/atom.xml).