File tree Expand file tree Collapse file tree 3 files changed +9
-14
lines changed Expand file tree Collapse file tree 3 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<html lang =" en" >
3
- <head >
4
- {{> head defaultPageTitle =' Untitled' }}
5
- </head >
6
- <body class =" article{{ #with (or page.attributes.role page.role )}} {{{ this }}} {{ /with }} " >
7
- {{> header }}
8
- {{> body }}
9
- {{> footer }}
10
- </body >
3
+ <head >
4
+ {{> head defaultPageTitle =' Untitled' }}
5
+ </head >
6
+ <body class =" article{{ #with (or page.attributes.role page.role )}} {{{ this }}} {{ /with }} " >
7
+ {{> header }}
8
+ {{> body }}
9
+ {{> footer }}
10
+ </body >
11
11
</html >
Original file line number Diff line number Diff line change 1
1
<article class =" card doc {{ #if (eq page.component.latest.asciidoc.attributes.remove-sidenav undefined )}} max-width-reset{{ /if }} " >
2
2
{{> toolbar }}
3
3
{{ #with page.title }}
4
- <h1 class =" page" >{{{ this }}} </h1 >
4
+ <h1 class =" page" >{{{ this }}} </h1 >
5
5
{{ /with }}
6
6
{{ #if (ne page.component.latest.asciidoc.attributes.remove-sidenav undefined )}}
7
7
{{ #if (and (eq page.module ' ROOT' ) (eq page.relativeSrcPath (or (extractKey (siteStartPage ) ' asciidoc.attributes.page-relative-src-path' ) ' index.adoc' )))}}
Original file line number Diff line number Diff line change 1
1
{{!-- head-prelude.hbs --}}
2
2
<meta charset =" utf-8" >
3
3
<meta name =" viewport" content =" width=device-width,initial-scale=1" >
4
-
5
4
{{!-- head-title.hbs --}}
6
5
<title >{{{ detag (or page.title defaultPageTitle )}}} {{ #with site.title }} :: {{ this }} {{ /with }} </title >
7
-
8
6
{{!-- head-info.hbs --}}
9
7
{{ #with page.canonicalUrl }}
10
8
<link rel =" canonical" href =" {{{ this }}} " >
26
24
{{ #with (or antoraVersion site.antoraVersion )}}
27
25
<meta name =" generator" content =" Antora {{{ this }}} " >
28
26
{{ /with }}
29
-
30
27
{{!-- head-styles.hbs --}}
31
28
<link rel =" stylesheet" href =" {{{ uiRootPath }}} /css/site.css" >
32
29
<link rel =" stylesheet" href =" {{{ uiRootPath }}} /css/vendor/tabs.css" >
33
-
34
30
{{!-- head-scripts.hbs --}}
35
31
{{ #with site.keys.googleAnalytics }}
36
32
<script async src =" https://www.googletagmanager.com/gtag/js?id={{ this }} " ></script >
37
33
<script >function gtag (){dataLayer .push (arguments )};window .dataLayer = window .dataLayer || [];gtag (' js' ,new Date ());gtag (' config' ,' {{this}}' )</script >
38
34
{{ /with }}
39
35
<script >var uiRootPath = ' {{{uiRootPath}}}' </script >
40
-
41
36
{{!-- head-icons.hbs --}}
42
37
<link rel =" icon" href =" {{{ uiRootPath }}} /img/Boost_Symbol_Transparent.svg" type =" image/svg" >
You can’t perform that action at this time.
0 commit comments