From cfe13d6a431285453afab5b459515f1f2afdcb12 Mon Sep 17 00:00:00 2001 From: George <31376482+george-gca@users.noreply.github.com> Date: Tue, 16 Jan 2024 18:07:26 -0300 Subject: [PATCH] Added missing separator in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9d0a7a3..6b1b5e3 100644 --- a/README.md +++ b/README.md @@ -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: