diff --git a/app/templates/macros/topics.html b/app/templates/macros/topics.html index 5ef224a..8316a70 100644 --- a/app/templates/macros/topics.html +++ b/app/templates/macros/topics.html @@ -37,7 +37,7 @@ {% endif %} {% if topic.link %} - {{ topic.link | domain }} + {{ topic.link | domain | truncate(18) }} {% endif %}