We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7412b commit 7b04ffcCopy full SHA for 7b04ffc
layouts/partials/default-content.html
@@ -55,7 +55,7 @@ <h2>{{ i18n "tableOfContents" | default "tableOfContents" }}</h2>
55
{{ else }}
56
{{ .ctx.Summary }}
57
58
- {{ if .ctx.Truncated }}
+ {{ if or (.ctx.Truncated) (isset .ctx.Params "summary") }}
59
<a href="{{ .ctx.Permalink }}" class="more">{{ i18n "continueReading" }}</a>
60
{{ end }}
61
0 commit comments