mirror of
https://github.com/lmika/postlist-for-micro.blog.git
synced 2026-06-21 12:26:05 +00:00
Fixed invalid character
This commit is contained in:
parent
79e4f94a6c
commit
0c1054e20f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue