summaryLength do not work with russian

My config.toml:
#### Blog ####
summaryLength = 10

But it do not work on my site:

Do you have a repository for us to help?

Check the used template (summary.html ?) - is there summaryLength used?
Is summaryLength in the right position in config.toml ?

I have created rep for your)

change your config - move upp the summaryLength!

#### Blog ####
summaryLength = 10

[permalinks]
    blog = "/:filename/"

in blog/list.html

<p class="text-muted">{{ .Summary }}</p>
{{ if .Truncated }}read more .. {{end}}  <!-- test added, could be a link to full text -->

PS. try summaryLength = 5

1 Like

Thanks.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.