mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
all: Update textual references in Go source to point to gohugoio/hugo
This commit is contained in:
@@ -1339,7 +1339,7 @@ func (p *Page) SetSourceContent(content []byte) {
|
||||
}
|
||||
|
||||
func (p *Page) SetSourceMetaData(in interface{}, mark rune) (err error) {
|
||||
// See https://github.com/spf13/hugo/issues/2458
|
||||
// See https://github.com/gohugoio/hugo/issues/2458
|
||||
defer func() {
|
||||
if r := recover(); r != nil {
|
||||
var ok bool
|
||||
|
Reference in New Issue
Block a user