<!DOCTYPE html>
<html lang="en">
<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>{{detag (or page.title 'Page Not Found')}}{{#if site.title}} :: {{site.title}}{{/if}}</title>
- <link rel="stylesheet" href="{{uiRootPath}}/css/site.css">
-{{> head}}
+{{> head defaultPageTitle="Page Not Found"}}
</head>
<body class="status-404">
{{> header}}
<!DOCTYPE html>
<html lang="en">
<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>{{{detag (or page.title 'Untitled')}}}{{#if site.title}} :: {{site.title}}{{/if}}</title>
- {{#if page.canonicalUrl}}
- <link rel="canonical" href="{{page.canonicalUrl}}">
- {{/if}}
- {{#if page.description}}
- <meta name="description" content="{{page.description}}">
- {{/if}}
- {{#if page.keywords}}
- <meta name="keywords" content="{{page.keywords}}">
- {{/if}}
- {{#if (or antoraVersion site.antoraVersion)}}
- <meta name="generator" content="Antora {{or antoraVersion site.antoraVersion}}">
- {{/if}}
- <link rel="stylesheet" href="{{uiRootPath}}/css/site.css">
-{{> head}}
+{{> head defaultPageTitle="Untitled"}}
</head>
<body class="article">
{{> header}}
--- /dev/null
+ {{!-- <link rel="icon" href="{{uiRootPath}}/img/favicon.ico" type="image/x-icon"> --}}
--- /dev/null
+ {{#if page.canonicalUrl}}
+ <link rel="canonical" href="{{page.canonicalUrl}}">
+ {{/if}}
+ {{#if page.component}}
+ {{#if page.description}}
+ <meta name="description" content="{{page.description}}">
+ {{/if}}
+ {{#if page.keywords}}
+ <meta name="keywords" content="{{page.keywords}}">
+ {{/if}}
+ {{/if}}
+ {{#if (or antoraVersion site.antoraVersion)}}
+ <meta name="generator" content="Antora {{or antoraVersion site.antoraVersion}}">
+ {{/if}}
-{{! Add additional meta tags here}}
+ {{!-- Add additional meta tags here --}}
--- /dev/null
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width,initial-scale=1">
-{{#if site.keys.googleAnalytics}}
-{{#with site.keys.googleAnalytics}}
- <script async src="https://www.googletagmanager.com/gtag/js?id={{this}}"></script>
- <script>dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments)};gtag('js',new Date());gtag('config','{{this}}')</script>
-{{/with}}
-{{/if}}
+ {{#if site.keys.googleAnalytics}}
+ <script>(window.dataLayer=window.dataLayer||[]).push({'gtm.start':+new Date(),event:'gtm.js'})</script>
+ <script async src="https://www.googletagmanager.com/gtm.js?id={{site.keys.googleAnalytics}}"></script>
+ {{/if}}
--- /dev/null
+ <link rel="stylesheet" href="{{uiRootPath}}/css/site.css">
--- /dev/null
+ <title>{{{detag (or page.title defaultPageTitle)}}}{{#if site.title}} :: {{site.title}}{{/if}}</title>
+{{> head-prelude}}
+{{> head-title}}
+{{> head-info}}
+{{> head-styles}}
{{> head-meta}}
{{> head-scripts}}
+{{> head-icons}}