diff --git a/_includes/hub_cards.html b/_includes/hub_cards.html index 0bdfd0ea34e1..5d4921440415 100644 --- a/_includes/hub_cards.html +++ b/_includes/hub_cards.html @@ -9,7 +9,7 @@
-

{{ item.summary }}

+

{{ item.summary | truncate: 150 }}

diff --git a/hub/hub.html b/hub/hub.html index 8aefa07d442b..90550f381aef 100644 --- a/hub/hub.html +++ b/hub/hub.html @@ -51,7 +51,7 @@

Explore and extend models
from the latest
    -
  • {{ item.title }}
  • +
  • {{ item.title | truncate: 25 }}
  • @@ -61,7 +61,7 @@

    Explore and extend models
    from the latest

-

{{ item.summary }}

+

{{ item.summary | truncate: 150 }}