From 1d790b8c78a2925a788e7167ed8d9d52d8e23906 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Wed, 15 Feb 2017 23:27:00 +0100 Subject: content-parser: source-parser: rename TITLE to FIRST_HEADER --- man/blogc-source.7.ronn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'man') diff --git a/man/blogc-source.7.ronn b/man/blogc-source.7.ronn index 115ff94..f369461 100644 --- a/man/blogc-source.7.ronn +++ b/man/blogc-source.7.ronn @@ -52,11 +52,11 @@ that stores the name of the source file, without its extension. This is useful for building permalinks in templates. This variable can't be overriden by an explicit definition in source file. -The variable `TITLE` is created by the source parser by default, containing the -unparsed value of the first header found in the source file. The content is not -parsed but HTML entities are encoded. Headers inside blockquotes are ignored. -This variable can be overriden by an explicit definition in source file, that -must have the HTML entities escaped manually. +The variable `FIRST_HEADER` is created by the source parser by default, +containing the unparsed value of the first header found in the source file. +The content is not parsed but HTML entities are encoded. Headers inside +blockquotes are ignored. This variable can be overriden by an explicit +definition in source file, that must have the HTML entities escaped manually. Another variable, `DESCRIPTION`, will be automatically created by the source parser. It contains the unparsed content of the first paragraph found in the -- cgit v1.2.3-18-g5258