diff --git a/content/blog/_index.md b/content/blog/_index.md index a90f89b..9e34016 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -3,6 +3,7 @@ title = "Blog" template = "section.html" sort_by = "date" paginate_by = 5 +insert_anchor_links = "left" [extra] show_previous_next_article_links = true diff --git a/content/pages/_index.md b/content/pages/_index.md index 927d16f..33b4800 100644 --- a/content/pages/_index.md +++ b/content/pages/_index.md @@ -1,6 +1,5 @@ +++ render = false -insert_anchor_links = "left" [extra] hide_from_feed = true diff --git a/content/pages/how-it-works.md b/content/pages/how-it-works.md index f66ac9b..d243de8 100644 --- a/content/pages/how-it-works.md +++ b/content/pages/how-it-works.md @@ -2,6 +2,7 @@ title = "How it Works" template = "info-page.html" path = "how-it-works" +insert_anchor_links = "left" [extra] header = { title = "How it Works" }