diff options
Diffstat (limited to 'web/template/thread.tmpl')
-rw-r--r-- | web/template/thread.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/thread.tmpl b/web/template/thread.tmpl index d0f003b91..334bd8a9f 100644 --- a/web/template/thread.tmpl +++ b/web/template/thread.tmpl @@ -1,6 +1,6 @@ {{ template "header.tmpl" .}} <main> - <div class="thread"> + <div data-nosnippet class="thread"> {{range .context.Ancestors}} <div class="toot"> {{ template "status.tmpl" .}} |