File tree 2 files changed +4
-35
lines changed
themes/devopsdays-legacy/layouts
2 files changed +4
-35
lines changed Original file line number Diff line number Diff line change 1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2
- "http://www.w3.org/TR/html4/loose.dtd">
3
- < html >
4
- {{ partial "html_head.html" . }}
5
- </ head >
6
-
7
- < body >
8
- < div class ="container ">
9
- {{ partial "header.html" . }}
10
-
11
- < div class ="span-24 ">
12
- {{ partial "header_menu.html" . }}
13
- </ div >
1
+ {{ partial "header.html" . }}
14
2
15
3
< div class ="span-15 ">
16
4
< h1 > {{ .Title }}</ h1 >
@@ -41,7 +29,4 @@ <h1>Future</h1>
41
29
</ div >
42
30
</ div>
43
31
44
- {{ partial "googleanalytics.html" . }}
45
-
46
- </ body >
47
- </ html >
32
+ {{ partial "footer.html" . }}
Original file line number Diff line number Diff line change 1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2
- "http://www.w3.org/TR/html4/loose.dtd">
3
- < html >
4
- {{ partial "html_head.html" . }}
5
- </ head >
6
-
7
- < body >
8
- < div class ="container ">
9
- {{ partial "header.html" . }}
10
-
11
- < div class ="span-24 ">
12
- {{ partial "header_menu.html" . }}
13
- </ div >
14
-
1
+ {{ partial "header.html" . }}
15
2
< div class ="span-15 ">
16
3
< h1 > Blog Posts</ h1 >
17
4
</ div >
@@ -44,7 +31,4 @@ <h1>Future</h1>
44
31
</ div >
45
32
</ div>
46
33
47
- {{ partial "googleanalytics.html" . }}
48
-
49
- </ body >
50
- </ html >
34
+ {{ partial "footer.html" . }}
You can’t perform that action at this time.
0 commit comments