fix: exclude draft posts when creating tag paths
This commit is contained in:
10
data/blog/my-fancy-title.md
Normal file
10
data/blog/my-fancy-title.md
Normal 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
|
Reference in New Issue
Block a user