\n"; } elseif ($config->hasTagline()) { echo " getTagline()}\">\n"; } if (array_key_exists('attributes', $page) && array_key_exists('keywords', $page['attributes'])) { echo " \n"; } if (array_key_exists('attributes', $page) && array_key_exists('author', $page['attributes'])) { echo " \n"; } elseif ($config->hasAuthor()) { echo " getAuthor()}\">\n"; } ?> getTheme()->getFonts() as $font) { echo ""; } ?> getTheme()->getCSS() as $css) { echo ""; } ?> getHTML()->hasSearch()) { ?> section('content'); ?> getHTML()->hasGoogleAnalytics()) { $this->insert('theme::partials/google_analytics', ['analytics' => $config->getHTML()->getGoogleAnalyticsId(), 'host' => $config->hasHost() ? $config->getHost() : '']); } if ($config->getHTML()->hasPiwikAnalytics()) { $this->insert('theme::partials/piwik_analytics', ['url' => $config->getHTML()->getPiwikAnalyticsUrl(), 'id' => $config->getHTML()->getPiwikAnalyticsId()]); } ?> getTheme()->getJS() as $js) { echo ''; } ?> insert('theme::partials/search_script', ['page' => $page, 'base_url' => $base_url]); ?>