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