fix: exclude draft posts when creating tag paths

This commit is contained in:
Timothy
2021-01-31 10:13:31 +08:00
parent f666a22286
commit 84a2bceb13
3 changed files with 12 additions and 2 deletions

View File

@ -0,0 +1,10 @@
---
title: My fancy title
date: '2021-01-31'
tags: ['hello']
draft: true
summary:
images: []
---
Draft post which should not display