GeneratorMetaTag extends AbstractPostProcessor
GeneratorMetaTag class. This post-processor adds a meta tag in the HTML head section to indicate the version of Cecil used to generate the site. The tag is only added if it does not already exist.
Table of Contents
Properties
Methods
- __construct() : mixed
- Gives the Builder to the object.
- process() : string
- Process output.
Properties
$builder
protected
Builder
$builder
$config
protected
Config
$config
Methods
__construct()
Gives the Builder to the object.
public
__construct(Builder $builder) : mixed
Parameters
- $builder : Builder
process()
Process output.
public
process(Page $page, string $output, string $format) : string
Adds generator meta tag.
Parameters
- $page : Page
- $output : string
- $format : string