mirror of
https://github.com/lmika/postlist-for-micro.blog.git
synced 2025-08-02 07:46:08 +00:00
Fixed invalid character
This commit is contained in:
parent
79e4f94a6c
commit
0c1054e20f
|
@ -35,7 +35,7 @@
|
|||
<li><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></li>
|
||||
{{- else if (ne .Summary "") -}}
|
||||
<li><a href="{{ .RelPermalink }}">{{ .Summary | safeHTML | truncate 70 }}</a></li>
|
||||
{{- e\lse -}}
|
||||
{{- else -}}
|
||||
<li><a href="{{ .RelPermalink }}">{{ .Content | safeHTML | truncate 70 }}</a></li>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue