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

blog-metadata.html « partials « layouts - github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 45f71a205be68efdaf39666f17a8b26bce030915 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{ $pageScope := . }}

{{ with .Page.Param "Author" }}
    {{ partial "author.html" $pageScope }}
{{ end }}
{{ with .Page.Param "categories" }}
    | Category: {{ partial "categories.html" $pageScope }}
{{ end }}
{{ with .Page.Param "series" }}
    | Series: {{ partial "series.html" $pageScope }}
{{ end }}
{{ with .Page.Param "tags" }}
    | {{ partial "tags.html" $pageScope }}
{{ end }}