Cecil

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

$builder  : Builder
$config  : Config

Methods

__construct()  : mixed
Gives the Builder to the object.
process()  : string
Process output.

Properties

Methods

process()

Process output.

public process(Page $page, string $output, string $format) : string

Adds generator meta tag.

Parameters
$page : Page
$output : string
$format : string
Return values
string
 
On this page

Search results