mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Front matter: insert_anchor was renamed to insert_achor_links
This commit is contained in:
@@ -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"
|
||||||
+++
|
+++
|
||||||
|
|||||||
@@ -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"
|
||||||
+++
|
+++
|
||||||
|
|||||||
@@ -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
|
||||||
+++
|
+++
|
||||||
|
|||||||
Reference in New Issue
Block a user