From c6cd132de9bf844bcb00caf4caa94bc8bc08c97d Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Fri, 9 Jun 2017 13:36:31 +0200 Subject: [PATCH] Sort naked exception handling posts correctly --- .../content/extra/handling-exceptions-with-naked-fns/_index.md | 3 ++- .../better-exception-messages.md | 2 +- .../handling-exceptions-with-naked-fns/catching-exceptions.md | 2 +- .../returning-from-exceptions.md | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/blog/content/extra/handling-exceptions-with-naked-fns/_index.md b/blog/content/extra/handling-exceptions-with-naked-fns/_index.md index c5f74fb2..a88450f6 100644 --- a/blog/content/extra/handling-exceptions-with-naked-fns/_index.md +++ b/blog/content/extra/handling-exceptions-with-naked-fns/_index.md @@ -1,5 +1,6 @@ +++ title = "Handling Exceptions using naked Functions" -description = "" +sort_by = "order" template = "handling-exceptions-with-naked-fns.html" +insert_anchor = "left" +++ diff --git a/blog/content/extra/handling-exceptions-with-naked-fns/better-exception-messages.md b/blog/content/extra/handling-exceptions-with-naked-fns/better-exception-messages.md index 1efbbc8e..843d1cbb 100644 --- a/blog/content/extra/handling-exceptions-with-naked-fns/better-exception-messages.md +++ b/blog/content/extra/handling-exceptions-with-naked-fns/better-exception-messages.md @@ -1,6 +1,6 @@ +++ title = "Better Exception Messages" -description = "" +order = 2 slug = "better-exception-messages" date = "2016-08-03" updated = "2016-11-01" diff --git a/blog/content/extra/handling-exceptions-with-naked-fns/catching-exceptions.md b/blog/content/extra/handling-exceptions-with-naked-fns/catching-exceptions.md index 9d7e7b60..3dfbf37c 100644 --- a/blog/content/extra/handling-exceptions-with-naked-fns/catching-exceptions.md +++ b/blog/content/extra/handling-exceptions-with-naked-fns/catching-exceptions.md @@ -1,6 +1,6 @@ +++ title = "Catching Exceptions" -description = "" +order = 1 slug = "catching-exceptions" date = "2016-05-28" updated = "2016-06-25" diff --git a/blog/content/extra/handling-exceptions-with-naked-fns/returning-from-exceptions.md b/blog/content/extra/handling-exceptions-with-naked-fns/returning-from-exceptions.md index 093f812d..b4c12d71 100644 --- a/blog/content/extra/handling-exceptions-with-naked-fns/returning-from-exceptions.md +++ b/blog/content/extra/handling-exceptions-with-naked-fns/returning-from-exceptions.md @@ -1,6 +1,6 @@ +++ title = "Returning from Exceptions" -description = "" +order = 3 slug = "returning-from-exceptions" date = "2016-09-21" updated = "2016-11-01"