shithub: hugo

Download patch

ref: af34613f757f5f99547759f84f77449aaa091a54
parent: 0a812beb120620ad2bdc8b1504bb7edf6eaac18a
author: Henrique Dias <[email protected]>
date: Wed Jul 13 18:53:06 EDT 2016

Update frontmatter.go


--- a/parser/frontmatter.go
+++ b/parser/frontmatter.go
@@ -149,6 +149,7 @@
 	}
 }
 
+// DetectFrontMatter detects the type of frontmatter analysing its first character.
 func DetectFrontMatter(mark rune) (f *frontmatterType) {
 	switch mark {
 	case '-':