chore: change the default article excerpt size
This commit is contained in:
parent
d2f3025958
commit
17de6a6bfd
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@
|
|||
{% if include.params.excerpt_size %}
|
||||
{% assign excerpt_size = include.params.excerpt_size %}
|
||||
{% else %}
|
||||
{% assign excerpt_size = excerpt_size | default: 800 %}
|
||||
{% assign excerpt_size = excerpt_size
|
||||
| default: site.excerpt_size
|
||||
| default: 350 %}
|
||||
{% endif %}
|
||||
|
||||
{%- include functions.html func='get_article_words' -%}
|
||||
|
|
Loading…
Reference in a new issue