fix broken lines in post_meta

This commit is contained in:
Greg Gauthier 2021-12-04 10:47:48 +00:00
parent 9fba0cdde5
commit 67b307ae01
1 changed files with 4 additions and 4 deletions

View File

@ -25,8 +25,8 @@
<div> <div>
<i class="fa fa-folder fa-fw"></i> <i class="fa fa-folder fa-fw"></i>
{{ range $k, $v := .Params.topics }} {{ range $k, $v := .Params.topics }}
<a class="post-taxonomy-topic" href="{{ $baseUrl }}topics/{{ . | urlize }}">{{ . }}</a>{{ if lt $k (sub $count <a class="post-taxonomy-topic" href="{{ $baseUrl }}topics/{{ . | urlize }}">{{ . }}</a>
1) }}&nbsp;&#47;{{ end }} {{ if lt $k (sub $count 1) }}&nbsp;&#47;{{ end }}
{{ end }} {{ end }}
</div> </div>
{{ end }} {{ end }}
@ -38,8 +38,8 @@
<div> <div>
<i class="fa fa-tags fa-fw"></i> <i class="fa fa-tags fa-fw"></i>
{{ range $k, $v := .Params.tags }} {{ range $k, $v := .Params.tags }}
<a class="post-taxonomy-tag" href="{{ $baseUrl }}tags/{{ . | urlize }}">{{ . }}</a>{{ if lt $k (sub $count 1) }}&nbsp;&#47;{{ <a class="post-taxonomy-tag" href="{{ $baseUrl }}tags/{{ . | urlize }}">{{ . }}</a>
end }} {{ if lt $k (sub $count 1) }}&nbsp;&#47;{{ end }}
{{ end }} {{ end }}
</div> </div>
{{ end }} {{ end }}