swh:1:snp:9f90daa2f0cb7e83b3230a52ab396e3b6448c798
Tip revision: 17d7a0d31873783398506bc500cfa009e98d1a23 authored by LuisGC on 24 November 2018, 20:23:48 UTC
testing new image and build command
testing new image and build command
Tip revision: 17d7a0d
index.html
{{ partial "header" . }}
{{ $.Scratch.Set "shareNav" true }}
{{ partial "navbar" . }}
<!-- Main -->
<div id="main">
{{ range first 1 (where .Site.Pages "Type" "post") }}
{{ .Render "content-single" }}
{{ partial "share-menu" . }}
{{ end }}
</div>
{{ partial "sidebar" . }}
{{ partial "footer" . }}