Skip to content

Commit 5a5652c

Browse files
author
Joachim Desroches
committed
Remove subcategory field from frontmatter in default provider template.
1 parent e77d9f6 commit 5a5652c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/provider/template.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ description: |-
331331
const defaultProviderTemplate providerTemplate = `---
332332
` + frontmatterComment + `
333333
page_title: "{{.ProviderShortName}} Provider"
334-
subcategory: ""
335334
description: |-
336335
{{ .Description | plainmarkdown | trimspace | prefixlines " " }}
337336
---

0 commit comments

Comments
 (0)