Skip to content

Commit

Permalink
make short desc longer
Browse files Browse the repository at this point in the history
  • Loading branch information
krono committed Mar 6, 2024
1 parent 9942055 commit 65cb149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/article_metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{%- assign page_title = page_title | smartify | strip_html | normalize_whitespace | escape_once -%}
{%- assign description = page.description | default: page.excerpt | default: site.description -%}
{%- assign description = description | markdownify | strip_html | normalize_whitespace | escape_once -%}
{%- assign description_short = description | markdownify | strip_html | normalize_whitespace | escape_once | truncate: 140 -%}
{%- assign description_short = description | markdownify | strip_html | normalize_whitespace | escape_once | truncate: 300 -%}
{%- if site.logo -%}
{%- assign site_logo = site.logo -%}
{%- unless site_logo contains "://" -%}
Expand Down

0 comments on commit 65cb149

Please sign in to comment.