mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-14 02:17:29 -05:00
Add better series taxonomy list and clean up post metadata
This commit is contained in:
10
layouts/partials/series-meta-item.html
Normal file
10
layouts/partials/series-meta-item.html
Normal file
@ -0,0 +1,10 @@
|
||||
{{ 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 }}
|
Reference in New Issue
Block a user