commit 1093ce9610ac1baaf4ca25c8cf9fd5de2fa845d8
parent 9e657da94add5061fdea5d510fe013f58fd64742
Author: T2hhbmEK <T2hhbmEK@gmail.com>
Date: Sat, 21 Jan 2023 23:20:14 +0800
fix summary not showing
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/layouts/_default/index.html b/layouts/_default/index.html
@@ -49,7 +49,7 @@
{{ else if .Description }}
{{ .Description | markdownify }}
{{ else }}
- {{ .Summary | markdownify }}
+ {{ .Summary }}
{{ end }}
</div>
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
@@ -39,7 +39,7 @@
{{ else if .Description }}
{{ .Description | markdownify }}
{{ else }}
- {{ .Summary | markdownify }}
+ {{ .Summary }}
{{ end }}
</div>