aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/templates/macros/topics.html2
1 files changed, 1 insertions, 1 deletions
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 @@
</a>
{% endif %}
{% if topic.link %}
- <a class="btn btn-info" href="{{ topic.link }}">{{ topic.link | domain }}</a>
+ <a class="btn btn-info" href="{{ topic.link }}">{{ topic.link | domain | truncate(18) }}</a>
{% endif %}
</td>
</tr>