From 085c1733fa0aece5b508045c7fb86a9eea672c08 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 12 Jan 2022 21:08:15 +0000 Subject: [PATCH] fix: add date to post --- source/_posts/feature-flags-sculpin.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_posts/feature-flags-sculpin.md b/source/_posts/feature-flags-sculpin.md index 12a60c9bc..3a888a706 100644 --- a/source/_posts/feature-flags-sculpin.md +++ b/source/_posts/feature-flags-sculpin.md @@ -3,6 +3,7 @@ title: "Using Feature Flags with Sculpin" excerpt: | How I've started using feature flags within a client's Sculpin website. tags: [sculpin] +date: "2022-01-09" --- ## Background