mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-20 07:57:49 +00:00
Sort by order has been removed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Catching Exceptions"
|
||||
order = 1
|
||||
weight = 1
|
||||
path = "catching-exceptions"
|
||||
date = 2016-05-28
|
||||
template = "first-edition/page.html"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Better Exception Messages"
|
||||
order = 2
|
||||
weight = 2
|
||||
path = "better-exception-messages"
|
||||
date = 2016-08-03
|
||||
template = "first-edition/page.html"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Returning from Exceptions"
|
||||
order = 3
|
||||
weight = 3
|
||||
path = "returning-from-exceptions"
|
||||
date = 2016-09-21
|
||||
template = "first-edition/page.html"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Handling Exceptions using naked Functions"
|
||||
sort_by = "order"
|
||||
sort_by = "weight"
|
||||
template = "first-edition/handling-exceptions-with-naked-fns.html"
|
||||
insert_anchor_links = "left"
|
||||
+++
|
||||
|
||||
Reference in New Issue
Block a user