From f0882bc14ae1d667277f11291208cef185d394c7 Mon Sep 17 00:00:00 2001 From: Carlin MacKenzie Date: Tue, 25 Aug 2020 17:44:41 +0100 Subject: [PATCH] Remove note that has been outdated by v0.71.0 It's contradicted two lines above :) > You can also create type/section specific hooks in `layouts/[type/section]/_markup`, e.g.: `layouts/blog/_markup`.{{< new-in "0.71.0" >}} --- content/en/getting-started/configuration-markup.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/en/getting-started/configuration-markup.md b/content/en/getting-started/configuration-markup.md index 99d1e989d..8b2011f8b 100644 --- a/content/en/getting-started/configuration-markup.md +++ b/content/en/getting-started/configuration-markup.md @@ -95,7 +95,7 @@ The features currently supported are: * `link` * `heading` {{< new-in "0.71.0" >}} -You can define [Output-Format-](/templates/output-formats) and [language-](/content-management/multilingual/)specific templates if needed.[^hooktemplate] Your `layouts` folder may look like this: +You can define [Output-Format-](/templates/output-formats) and [language-](/content-management/multilingual/)specific templates if needed. Your `layouts` folder may look like this: ```bash layouts @@ -194,5 +194,3 @@ The rendered html will be ```html

Section A ΒΆ

``` - -[^hooktemplate]: It's currently only possible to have one set of render hook templates, e.g. not per `Type` or `Section`. We may consider that in a future version.