From 7590050ffea472c23b811aab4796256402568ac0 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 5 Oct 2017 16:01:02 +0200 Subject: [PATCH] Front matter: insert_anchor was renamed to insert_achor_links --- blog/content/extra/_index.md | 2 +- blog/content/extra/naked-exceptions/_index.md | 2 +- blog/content/posts/_index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blog/content/extra/_index.md b/blog/content/extra/_index.md index 3257b416..72c0bc40 100644 --- a/blog/content/extra/_index.md +++ b/blog/content/extra/_index.md @@ -1,6 +1,6 @@ +++ title = "Extra Content" -insert_anchor = "left" +insert_anchor_links = "left" render = false sort_by = "order" +++ diff --git a/blog/content/extra/naked-exceptions/_index.md b/blog/content/extra/naked-exceptions/_index.md index a88450f6..8d208c27 100644 --- a/blog/content/extra/naked-exceptions/_index.md +++ b/blog/content/extra/naked-exceptions/_index.md @@ -2,5 +2,5 @@ title = "Handling Exceptions using naked Functions" sort_by = "order" template = "handling-exceptions-with-naked-fns.html" -insert_anchor = "left" +insert_anchor_links = "left" +++ diff --git a/blog/content/posts/_index.md b/blog/content/posts/_index.md index 67040f85..bd698bdf 100644 --- a/blog/content/posts/_index.md +++ b/blog/content/posts/_index.md @@ -1,6 +1,6 @@ +++ title = "Posts" sort_by = "order" -insert_anchor = "left" +insert_anchor_links = "left" render = false +++