about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-04-25T13·32+0100
committerVincent Ambo <tazjin@google.com>2020-04-25T13·32+0100
commit1af9a8eb53af05cd17c472000defb34addcb568a (patch)
tree86ea42ba6f00bc511425b31377949287762d439d /web
parent38bc8cb4ccce27faca6cf9de2f83a26c4e7d9fee (diff)
chore(web/blog): Remove draft flag from nixery-layers post r/677
Diffstat (limited to 'web')
-rw-r--r--web/blog/posts.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/blog/posts.nix b/web/blog/posts.nix
index 8934cda863..b43598d013 100644
--- a/web/blog/posts.nix
+++ b/web/blog/posts.nix
@@ -18,7 +18,6 @@
     title = "Nixery: Improved Layering Design";
     date = 1565391600;
     content = ./posts/nixery-layers.md;
-    draft = true;
   }
   {
     key = "reversing-watchguard-vpn";