We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215b1a4 commit c9dbff5Copy full SHA for c9dbff5
site/layouts/partials/blog.html
@@ -1,7 +1,7 @@
1
<div class="bg-off-white pv4">
2
<div class="ph3 mw7 center">
3
4
- <h2 class="f2 b lh-title mb3">Latest stories</h1>
+ <h2 class="f2 b lh-title mb3">Latest stories</h2>
5
6
<div class="w-100 flex-ns mhn1-ns flex-wrap mb3">
7
{{ range first 4 (where .Data.Pages "Type" "post") }}
site/layouts/partials/footer.html
@@ -51,7 +51,3 @@ <h3 class="f4 b lh-title mb2 primary">Social media</h3>
51
{{ partial "svg" . }}
52
53
<script src="/app.js"></script>
54
-
55
-</body>
56
57
-</html>
0 commit comments