mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27: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"
|
||||
insert_anchor = "left"
|
||||
insert_anchor_links = "left"
|
||||
render = false
|
||||
sort_by = "order"
|
||||
+++
|
||||
|
||||
@@ -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"
|
||||
+++
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Posts"
|
||||
sort_by = "order"
|
||||
insert_anchor = "left"
|
||||
insert_anchor_links = "left"
|
||||
render = false
|
||||
+++
|
||||
|
||||
Reference in New Issue
Block a user