1 {{ partial "header.html" . }}
5 <div class="post-image" style="background-image: url({{.Params.image}});"></div>
8 <div class="container">
12 <div class="col-md-6 col-md-offset-1 col-sm-7 docs-content">
18 <div class="footer-content">
19 {{ partial "mailchimp.html" . }}
22 {{ template "_internal/disqus.html" . }}
26 <div class="col-md-3 col-md-offset-1 col-sm-4 col-sm-offset-1 blog-sidebar-post-list">
28 <div class="recent-posts">
29 {{ range first 8 ( where .Site.Pages "Section" "blog") }}
30 <a class="blogpost-list-small" href="{{.Permalink}}">
31 <h5 class="text">{{ .Title }}</h5>
32 <time class="post-date" datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}">
33 {{ .Date.Format "2 Jan 2006" }}
44 {{ partial "footer.html" . }}