Skip to content

Commit

Permalink
Update hrefs in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
neilstudd committed Aug 31, 2022
1 parent 313092f commit 7882347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If you include a future timestamp on a post, the post won't get created until th
* **To hide a page from the sitemap XML:** add `sitemap: false` in the front matter
* **To display a published date on a static page:** just add `date: <timestamp>` as per blog posts
* **To display a cover image at the top of the post:** add `image: /assets/img/my-header-image.jpg` in the front matter (NB: requires complete relative path so that RSS feed generates correct link)
* **To ensure books have a thumbnail on the [book review page](https://mojovation.co.uk/books):** add `cover: my-book-image.jpg` in the front matter
* **To ensure books have a thumbnail on the [book review page](https://mojovation.co.uk/books):** add `cover: /assets/img/my-book-image.jpg` in the front matter

### Jekyll cheat sheets

Expand Down

0 comments on commit 7882347

Please sign in to comment.