From 8c4f3697ddb71702429830f4deb77e20e12b73d4 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 1 Feb 2025 15:52:32 +0100 Subject: [PATCH] add the template --- content/blog/2025-02-extending.md | 1 + content/blog/_index.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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).