mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
@@ -24,9 +24,10 @@ import (
|
||||
var _ identity.Identity = (*templateInfo)(nil)
|
||||
|
||||
type templateInfo struct {
|
||||
name string
|
||||
template string
|
||||
isText bool // HTML or plain text template.
|
||||
name string
|
||||
template string
|
||||
isText bool // HTML or plain text template.
|
||||
isEmbedded bool
|
||||
|
||||
meta *hugofs.FileMeta
|
||||
}
|
||||
|
Reference in New Issue
Block a user