Front matter: insert_anchor was renamed to insert_achor_links

This commit is contained in:
Philipp Oppermann
2017-10-05 16:01:02 +02:00
parent 3c6b0b89ac
commit 7590050ffe
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
+++ +++
title = "Extra Content" title = "Extra Content"
insert_anchor = "left" insert_anchor_links = "left"
render = false render = false
sort_by = "order" sort_by = "order"
+++ +++

View File

@@ -2,5 +2,5 @@
title = "Handling Exceptions using naked Functions" title = "Handling Exceptions using naked Functions"
sort_by = "order" sort_by = "order"
template = "handling-exceptions-with-naked-fns.html" template = "handling-exceptions-with-naked-fns.html"
insert_anchor = "left" insert_anchor_links = "left"
+++ +++

View File

@@ -1,6 +1,6 @@
+++ +++
title = "Posts" title = "Posts"
sort_by = "order" sort_by = "order"
insert_anchor = "left" insert_anchor_links = "left"
render = false render = false
+++ +++