File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ <html lang =" en" >
3
+ <head >
4
+ {{> head defaultPageTitle =' CircleCI Docs' }}
5
+ </head >
6
+ <body class =" article{{ #with (or page.attributes.role page.role )}} {{{ this }}} {{ /with }} tracking-normal leading-5 text-[16px]" >
7
+ {{> header }}
8
+ {{> body }}
9
+ </body >
10
+ </html >
Original file line number Diff line number Diff line change 2
2
{{ #with page.title }}
3
3
<h1 class =" page" >{{{ this }}} </h1 >
4
4
{{ /with }}
5
+ {{ #if (ne page.layout ' subsection' )}}
5
6
{{> article-info-bar }}
7
+ {{ /if }}
6
8
{{{ page.contents }}}
7
9
</article >
Original file line number Diff line number Diff line change 8
8
{{> toc }}
9
9
{{ /if }}
10
10
</div >
11
- {{ #if (ne page.layout ' 404' )}}
11
+ {{ #if (and ( ne page.layout ' 404' ) ( ne page.layout ' subsection ' ) )}}
12
12
{{> article-footer }}
13
13
{{ /if }}
14
14
</main >
You can’t perform that action at this time.
0 commit comments