Jakub Filo
1d2d793065
-modified font awesome links section of header -cleaned up footer -changed name to planblog to better fit my use -added adsense support
13 lines
264 B
HTML
13 lines
264 B
HTML
{{ partial "header.html" . }}
|
|
<div class="article-list">
|
|
{{ range $index, $page := .Paginator.Pages }}
|
|
{{ if ne $index 0 }}
|
|
<hr/>
|
|
{{ end }}
|
|
{{ .Render "li" }}
|
|
{{ end }}
|
|
{{ partial "pagination.html" .Paginator }}
|
|
</div>
|
|
{{ partial "footer.html" . }}
|
|
|