diff --git a/content/whoami/contact_me.md b/content/whoami/contact_me.md
index d74a597..88ac00f 100644
--- a/content/whoami/contact_me.md
+++ b/content/whoami/contact_me.md
@@ -42,10 +42,8 @@ Or write your message here (with contact information) and I will contact you:
diff --git a/hugo.yaml b/hugo.yaml
index 834a562..61be225 100644
--- a/hugo.yaml
+++ b/hugo.yaml
@@ -72,7 +72,8 @@ params:
mainSections: [ "blog" ] # which sections should be on index/main page
sectionsWithFullContentOnListPage: [ "notes" ] # for which sections content should be displayed on list pages
readMore: false # show read more button
- readNextPosts: 5 # show 5 related posts, 0 by default
+ # readNextPosts: 5 # show 5 related posts, 0 by default
+ readNextPosts: 0 # show 5 related posts, 0 by default
disableSummary: false
toc: true # display Table of Contents
tocWordCount: 300 # ...when a post is longer than 300 words