Skip to content

Commit

Permalink
clean up blog pages. Fixes #49
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstratton committed Mar 7, 2016
1 parent 6faa154 commit a4478f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 35 deletions.
19 changes: 2 additions & 17 deletions themes/devopsdays-legacy/layouts/_default/single.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
{{ partial "html_head.html" . }}
</head>

<body>
<div class="container">
{{ partial "header.html" . }}

<div class="span-24">
{{ partial "header_menu.html" . }}
</div>
{{ partial "header.html" . }}

<div class="span-15">
<h1>{{ .Title }}</h1>
Expand Down Expand Up @@ -41,7 +29,4 @@ <h1>Future</h1>
</div>
</div>

{{ partial "googleanalytics.html" . }}

</body>
</html>
{{ partial "footer.html" . }}
20 changes: 2 additions & 18 deletions themes/devopsdays-legacy/layouts/section/blog.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
{{ partial "html_head.html" . }}
</head>

<body>
<div class="container">
{{ partial "header.html" . }}

<div class="span-24">
{{ partial "header_menu.html" . }}
</div>

{{ partial "header.html" . }}
<div class="span-15">
<h1>Blog Posts</h1>
</div>
Expand Down Expand Up @@ -44,7 +31,4 @@ <h1>Future</h1>
</div>
</div>

{{ partial "googleanalytics.html" . }}

</body>
</html>
{{ partial "footer.html" . }}

0 comments on commit a4478f4

Please sign in to comment.