Welcome to mirror list, hosted at ThFree Co, Russian Federation.

section.html « _default « layouts - github.com/rafed/ramium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 42db9c901029ec5995591fceb346f9e0374396ec (plain)
1
2
3
4
5
6
7
8
9
10
11
{{ define "main" }}

<div class="content">
    <h1 class="title is-3">{{ .Title | humanize | title }}</h1>
</div>

{{ range .Paginator.Pages.ByPublishDate }}
{{- partial "blog-brief.html" . -}}
{{ end }}

{{ end }}