summaryrefslogtreecommitdiff
path: root/web/template/status.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'web/template/status.tmpl')
-rw-r--r--web/template/status.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/template/status.tmpl b/web/template/status.tmpl
index 73e7d1b03..5136b6ad7 100644
--- a/web/template/status.tmpl
+++ b/web/template/status.tmpl
@@ -1,4 +1,4 @@
-<div class="contentgrid">
+<div data-nosnippet class="contentgrid">
<a href="{{.Account.URL}}" class="avatar"><img src="{{.Account.Avatar}}" alt=""></a>
<a href="{{.Account.URL}}" class="displayname">{{if .Account.DisplayName}}{{emojify .Account.Emojis (escape .Account.DisplayName)}}{{else}}{{.Account.Username}}{{end}}</a>
<a href="{{.Account.URL}}" class="username">@{{.Account.Acct}}</a>
@@ -52,4 +52,4 @@
<div id="favorites"><i aria-label="Favorites" class="fa fa-star"></i> {{.FavouritesCount}}</div>
</div>
</div>
-<a href="{{.URL}}" class="toot-link">View toot</a> \ No newline at end of file
+<a data-nosnippet href="{{.URL}}" class="toot-link">View toot</a> \ No newline at end of file