Убираем таки ненужное
All checks were successful
/ site (push) Successful in 1s

This commit is contained in:
Артём 2024-08-10 11:54:10 +03:00
parent d07212a8b2
commit 890dfecdac
Signed by: SadmL
GPG key ID: EEFBB39006B28920

View file

@ -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>&nbsp;
{{ end }}
</span>
{{ end }}
{{ partial "cover.html" . }} {{ partial "cover.html" . }}