Skip to content

Commit 7590050

Browse files
committed
Front matter: insert_anchor was renamed to insert_achor_links
1 parent 3c6b0b8 commit 7590050

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

blog/content/extra/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
title = "Extra Content"
3-
insert_anchor = "left"
3+
insert_anchor_links = "left"
44
render = false
55
sort_by = "order"
66
+++

blog/content/extra/naked-exceptions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
title = "Handling Exceptions using naked Functions"
33
sort_by = "order"
44
template = "handling-exceptions-with-naked-fns.html"
5-
insert_anchor = "left"
5+
insert_anchor_links = "left"
66
+++

blog/content/posts/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
title = "Posts"
33
sort_by = "order"
4-
insert_anchor = "left"
4+
insert_anchor_links = "left"
55
render = false
66
+++

0 commit comments

Comments
 (0)