summaryrefslogtreecommitdiff
path: root/web/template/thread.tmpl
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2022-09-29 12:03:17 +0200
committerLibravatar GitHub <noreply@github.com>2022-09-29 12:03:17 +0200
commitdd83ad053c0cde5b948cbfe34ec4864cf0a123e3 (patch)
treedbd53c7a2c98003c0ad96727ceaa572e4f7aa0eb /web/template/thread.tmpl
parent[frontend] Unified panels (#812) (diff)
downloadgotosocial-dd83ad053c0cde5b948cbfe34ec4864cf0a123e3.tar.xz
[feature] Add `meta robots` tag; allow robots to index profile card if user is Discoverable (#842)
* rework robots.txt response * don't let robots snippet from statuses/threads * allow robots to index if user is Discoverable * add license text
Diffstat (limited to 'web/template/thread.tmpl')
-rw-r--r--web/template/thread.tmpl2
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" .}}