From: Michael Käufl Date: Mon, 28 Sep 2015 21:12:57 +0000 (+0200) Subject: Marked the whole path as code X-Git-Tag: v0.15~145 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d06ebc98e14b7148e98dfd68aff321bc23c91cd4;p=brevno-suite%2Fhugo Marked the whole path as code --- diff --git a/docs/content/content/types.md b/docs/content/content/types.md index 90b4e0cf..4317e604 100644 --- a/docs/content/content/types.md +++ b/docs/content/content/types.md @@ -68,7 +68,7 @@ a single page view and a summary view to be used when displaying a list of contents on a single page. Hugo makes no assumptions here about how you want to display your content, and will support as many different views of a content type as your site requires. All that is required for these additional views is -that a template exists in each layouts/`TYPE` directory with the same name. +that a template exists in each `layouts/TYPE` directory with the same name. ### Create a corresponding archetype