Sort naked exception handling posts correctly

This commit is contained in:
Philipp Oppermann
2017-06-09 13:36:31 +02:00
parent a80017cf6c
commit c6cd132de9
4 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
+++
title = "Handling Exceptions using naked Functions"
description = ""
sort_by = "order"
template = "handling-exceptions-with-naked-fns.html"
insert_anchor = "left"
+++

View File

@@ -1,6 +1,6 @@
+++
title = "Better Exception Messages"
description = ""
order = 2
slug = "better-exception-messages"
date = "2016-08-03"
updated = "2016-11-01"

View File

@@ -1,6 +1,6 @@
+++
title = "Catching Exceptions"
description = ""
order = 1
slug = "catching-exceptions"
date = "2016-05-28"
updated = "2016-06-25"

View File

@@ -1,6 +1,6 @@
+++
title = "Returning from Exceptions"
description = ""
order = 3
slug = "returning-from-exceptions"
date = "2016-09-21"
updated = "2016-11-01"