blob: f111ce8898f7fbc78ba00e5e84e9295882d9eed2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{{ with .Date }}
<div class="flex align-center text-small book-post-date">
<img src="{{ "svg/calendar.svg" | relURL }}" class="book-icon " alt="" />
<span>{{ partial "docs/date" (dict "Date" . "Format" $.Site.Params.BookDateFormat) }}</span>
</div>
{{ end }}
{{ range $taxonomy, $_ := .Site.Taxonomies }}
{{ with $terms := $.GetTerms $taxonomy }}
<div class="text-small">
{{ range $n, $term := $terms }}{{ if $n }}, {{ end }}
<a href="{{ $term.RelPermalink }}">{{ $term.Title | lower }}</a>
{{- end }}
</div>
{{ end }}
{{ end }}
|
; all rights regarding Text and Data Mining (TDM) are reserved.