Skip to content

Commit

Permalink
Remove draft from blog archetype
Browse files Browse the repository at this point in the history
Since we don’t use it much, and it defaults to false, we can keep it out
of the frontmatter unless we need it.
  • Loading branch information
johnjago committed Jul 15, 2024
1 parent 60c1792 commit 6aa12ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion archetypes/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title = ''
slug = ''
summary = ''
date = {{ .Date }}
draft = false
+++

{{< rawhtml >}}
Expand Down

0 comments on commit 6aa12ac

Please sign in to comment.