mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-17 09:47:05 +01:00
README.md: Fix syntax error
This commit is contained in:
parent
f7e8827e39
commit
065dd80faf
@ -24,7 +24,7 @@ A few suggestions to help you get a good looking site quickly:
|
||||
- Keep blog posts in the `content/post` directory, for example: `content/post/my-first-post.md`
|
||||
- Keep static pages in the `content` directory, for example: `content/about.md`
|
||||
- Keep media like images in the `static` directory, for example: `static/2016/10/screenshot.png`
|
||||
- If you want an image to be shown when you share a post on social media, specify at least one image in the post's front matter, for example: `images: ["/2016/10/screenshot.png"]
|
||||
- If you want an image to be shown when you share a post on social media, specify at least one image in the post's front matter, for example: `images: ["/2016/10/screenshot.png"]`
|
||||
- Use the `<!--more-->` tag in posts to control how much of a post is shown on summary pages
|
||||
|
||||
See the source code and structure of [picturingjordan.com](https://github.com/alanorth/picturingjordan.com) to get more ideas.
|
||||
|
Loading…
Reference in New Issue
Block a user