make tags partial reusable with different parameters
This commit is contained in:
parent
929b9efaab
commit
2d5a22af1b
3 changed files with 3 additions and 3 deletions
|
@ -53,7 +53,7 @@
|
|||
<hr />
|
||||
|
||||
<div class="post-info">
|
||||
{{ partial "tags.html" . }}
|
||||
{{ partial "tags.html" .Params.tags }}
|
||||
{{ partial "categories.html" . }}
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue