mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Sort naked exception handling posts correctly
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
+++
|
||||
title = "Handling Exceptions using naked Functions"
|
||||
description = ""
|
||||
sort_by = "order"
|
||||
template = "handling-exceptions-with-naked-fns.html"
|
||||
insert_anchor = "left"
|
||||
+++
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Better Exception Messages"
|
||||
description = ""
|
||||
order = 2
|
||||
slug = "better-exception-messages"
|
||||
date = "2016-08-03"
|
||||
updated = "2016-11-01"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Catching Exceptions"
|
||||
description = ""
|
||||
order = 1
|
||||
slug = "catching-exceptions"
|
||||
date = "2016-05-28"
|
||||
updated = "2016-06-25"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Returning from Exceptions"
|
||||
description = ""
|
||||
order = 3
|
||||
slug = "returning-from-exceptions"
|
||||
date = "2016-09-21"
|
||||
updated = "2016-11-01"
|
||||
|
||||
Reference in New Issue
Block a user