From ca04d22e2961c8e8b0f0f1361bdbac93cd7f834b Mon Sep 17 00:00:00 2001 From: JustineSmithies Date: Sun, 14 May 2023 12:44:50 +0100 Subject: Fixed typo in blarg post --- posts/blarg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posts') diff --git a/posts/blarg.md b/posts/blarg.md index ff92d3b..fed09ca 100644 --- a/posts/blarg.md +++ b/posts/blarg.md @@ -66,7 +66,7 @@ To make the script work as intended, you should adhere to the following rules: - Make sure to empty out the contents of the `build`, `posts`, `pages` and `public` folders so you don't end up with my content. - Use git and don't edit history after publishing. This is required for the automatic timestamp generation. - All posts except the `index.md` have a title using the `# ` syntax at the beginning of the document. This title is used for the HTML title tag and for the post titles in the article listing and RSS feed. -- To set the title for `index.html` edit the text between `' and '{{TITLE}}` of the file `header.html`. Do not delete the `{{TITLE}}` text as this is used for setting the title on all pages of your site. +- To set the title for `index.html` edit the text between `` and `{{TITLE}}` of the file `header.html`. Do not delete the `{{TITLE}}` text as this is used for setting the title on all pages of your site. - `header.html` contains an absolute link to your `atom.xml`, including a hostname you control. This is necessary to build a correct atom feed. - Also make sure to edit the section in `header.html` between the `` tags to suit your site too. - All images and other content to be published go into the `public` folder. -- cgit v1.2.3