Skip to content

Commit 5fbc289

Browse files
author
rakeshAlgo
committed
Resolve indentation issues in .hbs file
1 parent a7bea8a commit 5fbc289

22 files changed

+233
-236
lines changed

src/layouts/404.hbs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
3+
<head>
44
{{> head-first}}
5-
<title>{{{detag (or page.title 'Page Not Found')}}}{{#with site.title}} | {{this}}{{/with}}</title>
5+
<title>{{{detag (or page.title 'Page Not Found')}}}{{#with site.title}} | {{this}}{{/with}}</title>
66
{{> head-last}}
7-
</head>
8-
<body class="status-404">
7+
</head>
8+
<body class="status-404">
99
{{> header}}
1010
{{> body-404}}
1111
{{> footer}}
12-
</body>
12+
</body>
1313
</html>

src/layouts/default.hbs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
3+
<head>
44
{{> head-first}}
5-
<title>{{{detag (or page.title 'Untitled')}}}{{#with site.title}} | {{this}}{{/with}}</title>
6-
{{#with (canonical-url)}}
7-
<link rel="canonical" href="{{this}}">
8-
{{/with}}
5+
<title>{{{detag (or page.title 'Untitled')}}}{{#with site.title}} | {{this}}{{/with}}</title>
6+
{{#with (canonical-url)}}
7+
<link rel="canonical" href="{{this}}">
8+
{{/with}}
99
{{> head-last}}
10-
</head>
11-
<body class="article">
10+
</head>
11+
<body class="article">
1212
{{> header}}
1313
{{> body}}
1414
{{> footer}}
15-
</body>
15+
</body>
1616
</html>

src/layouts/home.hbs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
3+
<head>
44
{{> head-first}}
5-
<title>Couchbase Documentation</title>
6-
{{#with page.canonicalUrl}}
7-
<link rel="canonical" href="{{this}}">
8-
{{/with}}
5+
<title>Couchbase Documentation</title>
6+
{{#with page.canonicalUrl}}
7+
<link rel="canonical" href="{{this}}">
8+
{{/with}}
99
{{> head-last}}
10-
</head>
11-
<body class="home">
10+
</head>
11+
<body class="home">
1212
{{> header}}
1313
{{> body-home}}
1414
{{> footer}}
15-
</body>
15+
</body>
1616
</html>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
3+
<head>
44
{{> head-first}}
5-
<title>{{{detag (or page.title 'landing page')}}}{{#if site.title}} | {{{site.title}}}{{/if}}</title>
5+
<title>{{{detag (or page.title 'landing page')}}}{{#if site.title}} | {{{site.title}}}{{/if}}</title>
66
{{> head-last}}
7-
</head>
8-
<body class="landing-page">
7+
</head>
8+
<body class="landing-page">
99
{{> header}}
1010
{{> body-landing-core-concept}}
1111
{{> footer}}
12-
</body>
12+
</body>
1313
</html>

src/layouts/landing-page-sdk.hbs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
3+
<head>
44
{{> head-first}}
5-
<title>{{{detag (or page.title 'landing page')}}}{{#if site.title}} | {{{site.title}}}{{/if}}</title>
5+
<title>{{{detag (or page.title 'landing page')}}}{{#if site.title}} | {{{site.title}}}{{/if}}</title>
66
{{> head-last}}
7-
</head>
8-
<body class="landing-page">
7+
</head>
8+
<body class="landing-page">
99
{{> header}}
1010
{{> body-landing-sdk}}
1111
{{> footer}}
12-
</body>
12+
</body>
1313
</html>
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
3+
<head>
44
{{> head-first}}
5-
<title>{{{detag (or page.title 'landing page')}}}{{#if site.title}} | {{{site.title}}}{{/if}}</title>
5+
<title>{{{detag (or page.title 'landing page')}}}{{#if site.title}} | {{{site.title}}}{{/if}}</title>
66
{{> head-last}}
7-
</head>
8-
<body class="landing-page">
9-
{{> header}}
10-
<div class="body container-fluid ">
11-
{{> tutorials-filter}}
12-
{{> body-landing-tutorials}}
13-
</div>
14-
{{> footer}}
15-
</body>
7+
</head>
8+
<body class="landing-page">
9+
{{> header}}
10+
<div class="body container-fluid ">
11+
{{> tutorials-filter}}
12+
{{> body-landing-tutorials}}
13+
</div>
14+
{{> footer}}
15+
</body>
1616
</html>

src/layouts/landing-page.hbs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
3+
<head>
44
{{> head-first}}
5-
<title>{{{detag (or page.title 'landing page')}}}{{#if site.title}} | {{{site.title}}}{{/if}}</title>
5+
<title>{{{detag (or page.title 'landing page')}}}{{#if site.title}} | {{{site.title}}}{{/if}}</title>
66
{{> head-last}}
7-
</head>
8-
<body class="landing-page">
7+
</head>
8+
<body class="landing-page">
99
{{> header}}
1010
{{> body-landing}}
1111
{{> footer}}
12-
</body>
12+
</body>
1313
</html>

src/layouts/tutorials.hbs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
3+
<head>
44
{{> head-first}}
5-
<title>Tutorials{{#with site.title}} | {{this}}{{/with}}</title>
6-
{{#with (canonical-url)}}
7-
<link rel="canonical" href="{{this}}">
8-
{{/with}}
5+
<title>Tutorials{{#with site.title}} | {{this}}{{/with}}</title>
6+
{{#with (canonical-url)}}
7+
<link rel="canonical" href="{{this}}">
8+
{{/with}}
99
{{> head-last}}
10-
</head>
11-
<body class="tutorials body tiles">
10+
</head>
11+
<body class="tutorials body tiles">
1212
{{> header}}
1313
{{> body-tutorials}}
1414
{{> footer}}
15-
</body>
15+
</body>
1616
</html>

src/partials/body-home.hbs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<div class="body container-fluid">
2-
<main class="home" data-ceiling="topbar">
3-
<article class="doc">
4-
<h1 class="page">{{{page.title}}}</h1>
2+
<main class="home" data-ceiling="topbar">
3+
<article class="doc">
4+
<h1 class="page">{{{page.title}}}</h1>
55
{{{page.contents}}}
6-
</article>
7-
</main>
6+
</article>
7+
</main>
88
</div>
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<div class="body container-fluid">
2-
{{> nav}}
3-
{{> toc}}
4-
<main class="article" data-ceiling="topbar">
5-
<article class="doc landing-page-doc">
6-
{{{page.contents}}}
7-
8-
</article>
9-
</main>
2+
{{> nav}}
3+
{{> toc}}
4+
<main class="article" data-ceiling="topbar">
5+
<article class="doc landing-page-doc">
6+
{{{page.contents}}}
7+
</article>
8+
</main>
109
</div>

0 commit comments

Comments
 (0)