diff --git a/content/templates/base.md b/content/templates/base.md index b27b1a33d..9433dc9f5 100644 --- a/content/templates/base.md +++ b/content/templates/base.md @@ -31,8 +31,8 @@ The [lookup order][lookup] for base templates is as follows: 4. `/themes//layouts//baseof.html` 5. `/layouts/section/baseof.html` 6. `/themes//layouts/section/baseof.html` -7. `/layouts/_default/post-baseof.html` -8. `/themes//layouts/_default/post-baseof.html` +7. `/layouts/_default/-baseof.html` +8. `/themes//layouts/_default/-baseof.html` 9. `/layouts/_default/baseof.html` 10. `/themes//layouts/_default/baseof.html`