lithium\template\helper\Html::$_metaLinks

protected property

Data used for custom links.

Source

	protected $_metaLinks = [
		'atom' => ['type' => 'application/atom+xml', 'rel' => 'alternate'],
		'rss'  => ['type' => 'application/rss+xml', 'rel' => 'alternate'],
		'icon' => ['type' => 'image/x-icon', 'rel' => 'icon']
	];