diff --git a/docs/content/templates/content.md b/docs/content/templates/content.md index a1a1e98f9..cecc8b665 100644 --- a/docs/content/templates/content.md +++ b/docs/content/templates/content.md @@ -32,11 +32,11 @@ it will be used instead of `section`. ### Single -* /layouts/`TYPE` or `SECTION`/`LAYOUT`.html -* /layouts/`TYPE` or `SECTION`/single.html +* /layouts/`TYPE`-or-`SECTION`/`LAYOUT`.html +* /layouts/`TYPE`-or-`SECTION`/single.html * /layouts/\_default/single.html -* /themes/`THEME`/layouts/`TYPE` or `SECTION`/`LAYOUT`.html -* /themes/`THEME`/layouts/`TYPE` or `SECTION`/single.html +* /themes/`THEME`/layouts/`TYPE`-or-`SECTION`/`LAYOUT`.html +* /themes/`THEME`/layouts/`TYPE`-or-`SECTION`/single.html * /themes/`THEME`/layouts/\_default/single.html ## Example Single Template File