|
@ -17,6 +17,7 @@ |
|
|
<div class="info"> |
|
|
<div class="info"> |
|
|
{{ with .Page.Params.Blog }}{{ partial "taxonomy/blog.html" . }}{{ end }} |
|
|
{{ with .Page.Params.Blog }}{{ partial "taxonomy/blog.html" . }}{{ end }} |
|
|
{{ with .Page.Params.Categories }}{{ partial "taxonomy/categories.html" . }}{{ end }} |
|
|
{{ with .Page.Params.Categories }}{{ partial "taxonomy/categories.html" . }}{{ end }} |
|
|
|
|
|
{{ with .Page.Params.Category }}{{ partial "taxonomy/categories.html" . }}{{ end }} |
|
|
{{ with .Page.Params.Tags }}{{ partial "taxonomy/tags.html" . }}{{ end }} |
|
|
{{ with .Page.Params.Tags }}{{ partial "taxonomy/tags.html" . }}{{ end }} |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|