mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-18 14:24:47 -04:00
No block support in shortcodes
So no need to check them.
This commit is contained in:
parent
3a2a4c3b07
commit
58802de313
@ -402,7 +402,8 @@ func (t *GoHTMLTemplate) loadTemplates(absPath string, prefix string) {
|
||||
var baseTemplatePath string
|
||||
|
||||
// Ace and Go templates may have both a base and inner template.
|
||||
if filepath.Ext(path) != ".amber" && !strings.HasSuffix(filepath.Dir(path), "partials") {
|
||||
pathDir := filepath.Dir(path)
|
||||
if filepath.Ext(path) != ".amber" && !strings.HasSuffix(pathDir, "partials") && !strings.HasSuffix(pathDir, "shortcodes") {
|
||||
|
||||
innerMarkers := goTemplateInnerMarkers
|
||||
baseFileName := fmt.Sprintf("%s.html", baseFileBase)
|
||||
|
Loading…
x
Reference in New Issue
Block a user