1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2025-04-24 21:29:04 +00:00
J. Fernando Sánchez 7c3fb50312 Move to Hugo
2019-01-10 20:26:53 +01:00

14 lines
276 B
HTML

{{ define "site_title" }}{{ .Title }}{{ end }}
{{ define "content" }}
{{ range .Paginator.Pages }}
{{ .Render "content-list" }}
{{ end }}
<!-- Pagination -->
{{ partial "pagination.html" . }}
{{ end }}
{{ define "sidebar" }}
{{ partial "sidebar-entries.html" . }}
{{ end }}