Sort by order has been removed

This commit is contained in:
Philipp Oppermann
2019-01-22 15:47:57 +01:00
parent 40806ceda0
commit ea7f4d74f6
36 changed files with 42 additions and 42 deletions

View File

@@ -1,6 +1,6 @@
+++
title = "Catching Exceptions"
order = 1
weight = 1
path = "catching-exceptions"
date = 2016-05-28
template = "first-edition/page.html"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"
+++