File tree Expand file tree Collapse file tree 3 files changed +31
-27
lines changed Expand file tree Collapse file tree 3 files changed +31
-27
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
+
3
4
< head >
4
5
{{ partial "header.html" . }}
5
6
</ head >
6
- < body >
7
-
8
7
9
- {{ block "main" . }}
8
+ < body >
9
+ < div id ="appTidyverseSite " {{ if not .IsHome }}class ="shrinkHeader alwaysShrinkHeader " {{ end }} >
10
+ < div id ="main ">
11
+ <!-- rstudio header -->
12
+ < div id ="rStudioHeader ">
13
+ < nav class ="band ">
14
+ < div class ="innards bandContent ">
15
+ < div >
16
+ {{ if .Site.Params.logo.image }}
17
+ < a href ="{{ " /" | relURL }}" class="nav-logo">
18
+ < img src ="{{ print " images /" .Site.Params.logo.image | relURL }}" width="{{ .Site.Params.logo.width }} "
19
+ height ="{{ .Site.Params.logo.height }} " alt ="{{ .Site.Params.logo.alt }} ">
20
+ </ a >
21
+ {{- else -}}
22
+ < a class ="productName " href ="{{ " /" | relLangURL }}"> {{- .Site.Title -}}</ a >
23
+ {{ end }}
24
+ </ div >
25
+ {{ partial "nav.html" . }}
26
+ </ div >
27
+ </ nav >
28
+ </ div >
29
+ < main >
30
+ {{ block "main" . }}
31
+ </ main >
10
32
<!-- The part of the page that begins to differ between templates -->
11
- {{ end }}
12
- {{ partial "footer.html" . }}
33
+ {{ end }}
34
+ {{ partial "footer.html" . }}
35
+ </ div >
36
+ </ div >
13
37
</ body >
38
+
14
39
</ html >
Original file line number Diff line number Diff line change 3
3
4
4
<!--this loads all stylesheets, metadata tags, favicons, and jquery -->
5
5
{{ partial "head_includes.html" . }}
6
-
7
- < body >
8
- < div id ="appTidyverseSite " {{ if not .IsHome }}class ="shrinkHeader alwaysShrinkHeader "{{ end }} >
9
- < div id ="main ">
10
- <!-- rstudio header -->
11
- < div id ="rStudioHeader ">
12
- < div class ="band ">
13
- < div class ="innards bandContent ">
14
- < div >
15
- {{ if .Site.Params.logo.image }}
16
- < a href ="{{ "/" | relURL }}" class="nav-logo">
17
- < img src ="{{ print "images /" .Site.Params.logo.image | relURL }}" width="{{ .Site.Params.logo.width }} " height ="{{ .Site.Params.logo.height }} " alt ="{{ .Site.Params.logo.alt }} ">
18
- </ a >
19
- {{- else -}}
20
- < a class ="productName " href ="{{ "/" | relLangURL }}"> {{- .Site.Title -}}</ a >
21
- {{ end }}
22
- </ div >
23
- {{ partial "nav.html" . }}
24
- </ div >
25
- </ div >
26
- </ div >
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ html, body {
95
95
/* to help push the footer down */
96
96
height : 100% ; }
97
97
98
- # root , # appShinySite , # main {
98
+ # root , # appTidyverseSite , # main {
99
99
position : absolute;
100
100
top : 0px ;
101
101
left : 0px ;
You can’t perform that action at this time.
0 commit comments