Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvveiii <cntrump@gmail.com>2020-04-29 01:53:09 +0300
committervvveiii <cntrump@gmail.com>2020-04-29 01:53:09 +0300
commit412aa969e26ffcf8e4e00e3a9cb6b9af35452ca2 (patch)
treeb4cec356776b3c15a38c1927914bfb54c92435d7 /layouts
parentb56b6fd48ed85055afee54272ae06acb87332527 (diff)
Update Truncated style
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/note-list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/note-list.html b/layouts/partials/note-list.html
index c5332c4..ed87007 100644
--- a/layouts/partials/note-list.html
+++ b/layouts/partials/note-list.html
@@ -10,7 +10,7 @@
{{- if .Date -}}
<p class="note date">{{- .Date.Format $dateFormat -}}</p>
{{- end -}}
- {{- if .Summary -}}<p class="note content">{{- .Summary | plainify | safeHTML -}}{{- if .Truncated -}}<span class="mldr">&mldr;{{- T "more" -}}</span>{{- end -}}</p>{{- end -}}
+ {{- if .Summary -}}<p class="note content">{{- .Summary | plainify | safeHTML -}}{{- if .Truncated -}}<span class="mldr">&mldr;</span>{{- end -}}</p>{{- end -}}
{{- $relURL := .RelPermalink -}}
{{- $imgs := .Params.imgs -}}
{{- with .Params.imgs -}}