This commit is contained in:
parent
d07212a8b2
commit
890dfecdac
1 changed files with 9 additions and 3 deletions
|
@ -19,9 +19,15 @@
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
{{ if .Params.tags }}
|
||||||
{{ .Description | markdownify }}
|
<span class="post-tags">
|
||||||
</div>
|
{{ range .Params.tags }}
|
||||||
|
#<a href="{{ (urlize (printf "tags/%s/" . )) | absLangURL }}">
|
||||||
|
{{- . -}}
|
||||||
|
</a>
|
||||||
|
{{ end }}
|
||||||
|
</span>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{ partial "cover.html" . }}
|
{{ partial "cover.html" . }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue