From e08d9b796d90a982db6d317f3fb381f677c72d61 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Mon, 17 Nov 2025 06:49:00 -0800 Subject: [PATCH] remove a a duplicated word in example site (#787) I found this when looking for duplicative words in my own use. --- exampleSite/content.en/posts/creating-a-new-theme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content.en/posts/creating-a-new-theme.md b/exampleSite/content.en/posts/creating-a-new-theme.md index f8230a1..e7f7fb1 100644 --- a/exampleSite/content.en/posts/creating-a-new-theme.md +++ b/exampleSite/content.en/posts/creating-a-new-theme.md @@ -290,7 +290,7 @@ tags = ["tags", "categories"] ## the bit that says "YOUR_NAME_HERE" ``` -Note that the the skeleton's template files are empty. Don't worry, we'll be changing that shortly. +Note that the skeleton's template files are empty. Don't worry, we'll be changing that shortly. ``` $ find themes/zafta -name '*.html' | xargs ls -l