aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustineSmithies <justine@smithies.me.uk>2023-05-14 12:44:50 +0100
committerJustineSmithies <justine@smithies.me.uk>2023-05-14 12:44:50 +0100
commitca04d22e2961c8e8b0f0f1361bdbac93cd7f834b (patch)
tree5b557e908156078dc371f6a42ce1a5bd588ae1f6
parentcd34e50812d687dd43e3a27bbfa1295d7318751d (diff)
Fixed typo in blarg post
-rw-r--r--posts/blarg.md2
1 files changed, 1 insertions, 1 deletions
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 `<title>' and '{{TITLE}}</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 `<title>` and `{{TITLE}}</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 `<nav></nav>` tags to suit your site too.
- All images and other content to be published go into the `public` folder.