mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 22:21:07 +03:00
parent
c5723a8931
commit
16b71bbbb4
2 changed files with 2 additions and 2 deletions
|
@ -149,7 +149,7 @@ func FormatSanitize(kind string) string {
|
|||
}
|
||||
}
|
||||
|
||||
func detectFrontMatter(mark rune) (f *frontmatterType) {
|
||||
func DetectFrontMatter(mark rune) (f *frontmatterType) {
|
||||
switch mark {
|
||||
case '-':
|
||||
return &frontmatterType{[]byte(YAMLDelim), []byte(YAMLDelim), HandleYAMLMetaData, false}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue