summaryrefslogtreecommitdiffstats
path: root/docs/content/templates/base.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/templates/base.md')
-rw-r--r--docs/content/templates/base.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/templates/base.md b/docs/content/templates/base.md
index b27b1a33d..9433dc9f5 100644
--- a/docs/content/templates/base.md
+++ b/docs/content/templates/base.md
@@ -31,8 +31,8 @@ The [lookup order][lookup] for base templates is as follows:
4. `/themes/<THEME>/layouts/<TYPE>/baseof.html`
5. `/layouts/section/baseof.html`
6. `/themes/<THEME>/layouts/section/baseof.html`
-7. `/layouts/_default/post-baseof.html`
-8. `/themes/<THEME>/layouts/_default/post-baseof.html`
+7. `/layouts/_default/<TYPE>-baseof.html`
+8. `/themes/<THEME>/layouts/_default/<TYPE>-baseof.html`
9. `/layouts/_default/baseof.html`
10. `/themes/<THEME>/layouts/_default/baseof.html`