mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-05 08:25:59 -06:00
11 lines
260 B
HTML
11 lines
260 B
HTML
|
{{ with .Params.series }}
|
||
|
<div class="series">
|
||
|
{{ range ($.GetTerms "series") }}
|
||
|
<span class="post-meta-item">
|
||
|
{{ partial "icon.html" "files" }}
|
||
|
<a href="{{ .Permalink }}">{{ .LinkTitle }}</a>
|
||
|
</span>
|
||
|
{{ end }}
|
||
|
</div>
|
||
|
{{ end }}
|