From 9c9bf9f2f5eb64796e71ec8382d49822dd2bd32f Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 22 Feb 2017 01:51:00 -0500 Subject: [PATCH] Fixed ordering --- content/3.md | 2 +- content/4.md | 2 +- content/5.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/3.md b/content/3.md index d3e6446..a9e3b1e 100644 --- a/content/3.md +++ b/content/3.md @@ -1,7 +1,7 @@ +++ title = "But what about those fancy file systems?" description = "You can still destroy your data." -weight = 2 +weight = 3 type = "post" +++ diff --git a/content/4.md b/content/4.md index fd17360..52aaa58 100644 --- a/content/4.md +++ b/content/4.md @@ -1,7 +1,7 @@ +++ title = "You've convinced me - so how do I back up?" description = "Backups are a contentions and complicated subject, but these simple rules should help guide you." -weight = 3 +weight = 4 type = "post" +++ diff --git a/content/5.md b/content/5.md index 44b3a13..eb6c691 100644 --- a/content/5.md +++ b/content/5.md @@ -1,7 +1,7 @@ +++ title = "I've learned something!" description = "Great!" -weight = 4 +weight = 5 type = "post" +++