diff --git a/hugolib/handler_page.go b/hugolib/handler_page.go index 78045a40e..ed254dcdd 100644 --- a/hugolib/handler_page.go +++ b/hugolib/handler_page.go @@ -91,7 +91,7 @@ type asciidocHandler struct { basicPageHandler } -func (h asciidocHandler) Extensions() []string { return []string{"asciidoc", "ad"} } +func (h asciidocHandler) Extensions() []string { return []string{"asciidoc", "adoc", "ad"} } func (h asciidocHandler) PageConvert(p *Page, t tpl.Template) HandledResult { p.ProcessShortcodes(t)