File tree Expand file tree Collapse file tree 22 files changed +233
-236
lines changed
Expand file tree Collapse file tree 22 files changed +233
-236
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments