Use on_card parameter to decide to show the cards or not
This commit is contained in:
parent
14ad60c956
commit
7bc0fd2227
2 changed files with 2 additions and 1 deletions
|
@ -46,9 +46,11 @@
|
|||
<h5 class="card-title">${title}</h5>
|
||||
<p class="card-text post-summary">${summary}</p>
|
||||
</a>
|
||||
{{ if site.Params.features.tags.on_card }}
|
||||
<div class="tags">
|
||||
${tags}
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<span class="float-left">${date}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue