Show "Read More" for pages with explicit summary
parent
d85b7b90b1
commit
bec0829c63
|
@ -10,7 +10,7 @@
|
|||
<section class="p-summary">
|
||||
{{ .Summary }}
|
||||
</section>
|
||||
{{- if .Truncated }}
|
||||
{{- if or .Truncated (gt .FuzzyWordCount 100) }}
|
||||
<footer>
|
||||
<a href='{{ .Permalink }}'>
|
||||
<span style="white-space: nowrap;">Read more →</span>
|
||||
|
|
Loading…
Reference in New Issue