diff --git a/content/templates/ace.md b/content/templates/ace.md index bd13f592e..397def3e1 100644 --- a/content/templates/ace.md +++ b/content/templates/ace.md @@ -35,6 +35,8 @@ In Hugo the base template will be chosen in the following order: 2. /baseof.ace 3. _default/-baseof.ace, e.g. list-baseof.ace. 4. _default/baseof.ace +5. /layouts/_default/-baseof.ace +6. /layouts/_default/baseof.ace ``` In the above, `current-path` is where the corresponding inner template lives, `list.ace`, `single.ace`, `index.ace` ...