2017-06-26 19:57:02 +00:00
{{ partial "header.html" . }}
< body lang = "en" >
< div id = "topbar" >
< div class = "wrapper" >
< header >
{{ partial "sidebar.html" . }}
{{ $baseurl := .Site.BaseURL }}
< / header >
< / div >
< / div >
< div class = "wrapper" >
< div class = "units-row" >
< div class = "unit-70" >
<!-- Column of even - numbered posts -->
{{ range (.Paginator 10).Pages }}
{{ .Render "summary" }}
{{ end }}
< / div >
< div class = "unit-30" >
< h3 > < / h3 >
2017-07-11 17:32:40 +00:00
< p > < em > An archive of my blogging since 2003. View < a href = "/archive/" > all posts by date< / a > , or < a href = "/categories/" > an index of posts by category< / a > < / em > .< / p >
2017-06-26 19:57:02 +00:00
< / div >
< / div >
< / div >
{{partial "paging.html" . }}
< br / >
< hr class = "separator" >
{{ partial "whatisthis.html" . }}
{{ partial "foot.html" . }}