Added missing separator in README
This commit is contained in:
parent
f669b23136
commit
cfe13d6a43
|
|
@ -366,6 +366,8 @@ It generates an Atom (RSS-like) feed of your posts, useful for Atom and RSS read
|
|||
|
||||
By default, there will be a related posts section on the bottom of the blog posts. These are generated by selecting the `max_related` most recent posts that share at least `min_common_tags` tags with the current post. If you do not want to display related posts on a specific post, simply add `related_posts: false` to the front matter of the post. If you want to disable it for all posts, simply set `enabled` to false in the `related_blog_posts` section in [\_config.yml](_config.yml).
|
||||
|
||||
---
|
||||
|
||||
#### Code quality checks
|
||||
|
||||
Currently, we run some checks to ensure that the code quality and generated site are good. The checks are done using GitHub Actions and the following tools:
|
||||
|
|
|
|||
Loading…
Reference in New Issue