diff options
-rw-r--r-- | posts/blarg.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/blarg.md b/posts/blarg.md index fed09ca..96dba29 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>` of the file `header.html`. Do not delete the the double brackets or the word title inside them {{}} 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. |