mirror of
https://github.com/balkian/balkian.github.com.git
synced 2025-08-24 04:32:20 +00:00
14 lines
311 B
HTML
14 lines
311 B
HTML
{{ define "site_title" }}{{ .Title }}{{ end }}
|
|
|
|
{{ define "content" }}
|
|
{{ range (.Paginate (where .Data.Pages "Type" "post")).Pages }}
|
|
{{ .Render "content-list" }}
|
|
{{ end }}
|
|
<!-- Pagination -->
|
|
{{ partial "pagination.html" . }}
|
|
{{ end }}
|
|
|
|
{{ define "sidebar" }}
|
|
{{ partial "sidebar-entries.html" . }}
|
|
{{ end }}
|