Lines Matching refs:head
241 $head = [];
251 $head['meta'][] = ['name' => 'generator', 'content' => 'DokuWiki'];
253 $head['link'][] = [
261 $head['link'][] = ['rel' => 'start', 'href' => DOKU_BASE];
263 $head['link'][] = [
271 $head['link'][] = [
282 $head['meta'][] = [
290 $head['link'][] = [
298 $head['link'][] = [
306 $head['link'][] = [
315 $head['link'][] = [
324 $head['link'][] = [
338 $head['meta'][] = ['name' => 'robots', 'content' => 'index,follow'];
340 $head['meta'][] = ['name' => 'robots', 'content' => 'noindex,nofollow'];
346 $head['link'][] = ['rel' => 'canonical', 'href' => $canonicalUrl];
348 $head['meta'][] = ['name' => 'robots', 'content' => 'noindex,follow'];
351 $head['meta'][] = ['name' => 'robots', 'content' => 'index,follow'];
353 $head['meta'][] = ['name' => 'robots', 'content' => 'noindex,nofollow'];
360 … $head['meta'][] = ['name' => 'keywords', 'content' => implode(',', $INFO['meta']['subject'])];
362 $head['meta'][] = ['name' => 'keywords', 'content' => str_replace(':', ',', $ID)];
367 $head['link'][] = [
379 $head['script'][] = ['_data' => $script];
384 $head['script'][] = [
391 $head['script'][] = [
397 Event::createAndTrigger('TPL_METAHEADER_OUTPUT', $head, '_tpl_metaheaders_action', true);