Skip to content

Commit bcc403b

Browse files
committed
clean up blog pages. Fixes #49
1 parent ee4e486 commit bcc403b

File tree

2 files changed

+4
-35
lines changed

2 files changed

+4
-35
lines changed

themes/devopsdays-legacy/layouts/_default/single.html

+2-17
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
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" . }}
142

153
<div class="span-15">
164
<h1>{{ .Title }}</h1>
@@ -41,7 +29,4 @@ <h1>Future</h1>
4129
</div>
4230
</div>
4331

44-
{{ partial "googleanalytics.html" . }}
45-
46-
</body>
47-
</html>
32+
{{ partial "footer.html" . }}

themes/devopsdays-legacy/layouts/section/blog.html

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
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" . }}
152
<div class="span-15">
163
<h1>Blog Posts</h1>
174
</div>
@@ -44,7 +31,4 @@ <h1>Future</h1>
4431
</div>
4532
</div>
4633

47-
{{ partial "googleanalytics.html" . }}
48-
49-
</body>
50-
</html>
34+
{{ partial "footer.html" . }}

0 commit comments

Comments
 (0)