mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Hide drafts from sitemap
This commit is contained in:
parent
db20ecb9b5
commit
5d777fe946
8 changed files with 9 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
slug: adding-caffeine-porting-cocoa-to-cappuccino
|
||||
permalink: http://www.wezm.net/?p=238
|
||||
kind: draft
|
||||
is_hidden: true
|
||||
section: technical
|
||||
created_at: 2009-08-17 12:31:47
|
||||
title: "Adding Caffeine: Porting Cocoa to Cappuccino"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
slug: google-chrome-for-mac
|
||||
permalink: http://www.wezm.net/?p=298
|
||||
kind: draft
|
||||
is_hidden: true
|
||||
section: personal
|
||||
created_at: 0000-00-00 00:00:00
|
||||
title: Google Chrome for Mac
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
slug: haiku
|
||||
permalink: http://www.wezm.net/?p=240
|
||||
kind: draft
|
||||
is_hidden: true
|
||||
section: personal
|
||||
created_at: 0000-00-00 00:00:00
|
||||
title: Haiku
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
slug: iphone-gripes-reminders
|
||||
permalink: http://www.wezm.net/?p=237
|
||||
kind: draft
|
||||
is_hidden: true
|
||||
section: technical
|
||||
created_at: 2008-07-24 14:11:35
|
||||
title: "iPhone gripes: Reminders"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
kind: article
|
||||
kind: draft
|
||||
is_hidden: true
|
||||
section: personal
|
||||
created_at: 2010-07-21 11:41:09
|
||||
title: iPhone Two Years In
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
---
|
||||
title: A New Item
|
||||
is_hidden: true
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
slug: perl-worst-practices
|
||||
permalink: http://www.wezm.net/?p=100
|
||||
kind: draft
|
||||
is_hidden: true
|
||||
section: uncategorized
|
||||
created_at: 0000-00-00 00:00:00
|
||||
title: Perl Worst Practices
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
---
|
||||
title: A New Item
|
||||
is_hidden: true
|
||||
|
|
Loading…
Reference in a new issue