Skip to content

Commit a2fa96e

Browse files
committed
[WIP] indent
1 parent e77bb9a commit a2fa96e

File tree

3 files changed

+9
-14
lines changed

3 files changed

+9
-14
lines changed

antora-ui/src/layouts/default.hbs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE html>
22
<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>
1111
</html>

antora-ui/src/partials/article.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<article class="card doc {{#if (eq page.component.latest.asciidoc.attributes.remove-sidenav undefined)}}max-width-reset{{/if}}">
22
{{> toolbar}}
33
{{#with page.title}}
4-
<h1 class="page">{{{this}}}</h1>
4+
<h1 class="page">{{{this}}}</h1>
55
{{/with}}
66
{{#if (ne page.component.latest.asciidoc.attributes.remove-sidenav undefined)}}
77
{{#if (and (eq page.module 'ROOT') (eq page.relativeSrcPath (or (extractKey (siteStartPage) 'asciidoc.attributes.page-relative-src-path') 'index.adoc')))}}

antora-ui/src/partials/head.hbs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{{!-- head-prelude.hbs --}}
22
<meta charset="utf-8">
33
<meta name="viewport" content="width=device-width,initial-scale=1">
4-
54
{{!-- head-title.hbs --}}
65
<title>{{{detag (or page.title defaultPageTitle)}}}{{#with site.title}} :: {{this}}{{/with}}</title>
7-
86
{{!-- head-info.hbs --}}
97
{{#with page.canonicalUrl}}
108
<link rel="canonical" href="{{{this}}}">
@@ -26,17 +24,14 @@
2624
{{#with (or antoraVersion site.antoraVersion)}}
2725
<meta name="generator" content="Antora {{{this}}}">
2826
{{/with}}
29-
3027
{{!-- head-styles.hbs --}}
3128
<link rel="stylesheet" href="{{{uiRootPath}}}/css/site.css">
3229
<link rel="stylesheet" href="{{{uiRootPath}}}/css/vendor/tabs.css">
33-
3430
{{!-- head-scripts.hbs --}}
3531
{{#with site.keys.googleAnalytics}}
3632
<script async src="https://www.googletagmanager.com/gtag/js?id={{this}}"></script>
3733
<script>function gtag(){dataLayer.push(arguments)};window.dataLayer=window.dataLayer||[];gtag('js',new Date());gtag('config','{{this}}')</script>
3834
{{/with}}
3935
<script>var uiRootPath = '{{{uiRootPath}}}'</script>
40-
4136
{{!-- head-icons.hbs --}}
4237
<link rel="icon" href="{{{uiRootPath}}}/img/Boost_Symbol_Transparent.svg" type="image/svg">

0 commit comments

Comments
 (0)