Skip to content

Commit c9dbff5

Browse files
SherGerquhart
authored andcommitted
Remove double </body></html> tags + fix mis-matched h-tags for blog "Latest stories" (#137)
* Update footer.html * Update blog.html
1 parent 215b1a4 commit c9dbff5

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

site/layouts/partials/blog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="bg-off-white pv4">
22
<div class="ph3 mw7 center">
33

4-
<h2 class="f2 b lh-title mb3">Latest stories</h1>
4+
<h2 class="f2 b lh-title mb3">Latest stories</h2>
55

66
<div class="w-100 flex-ns mhn1-ns flex-wrap mb3">
77
{{ range first 4 (where .Data.Pages "Type" "post") }}

site/layouts/partials/footer.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,3 @@ <h3 class="f4 b lh-title mb2 primary">Social media</h3>
5151
{{ partial "svg" . }}
5252

5353
<script src="/app.js"></script>
54-
55-
</body>
56-
57-
</html>

0 commit comments

Comments
 (0)