about summary refs log tree commit diff
path: root/app/views/stream_entries
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-10-10 02:21:30 +0200
committerGitHub <noreply@github.com>2018-10-10 02:21:30 +0200
commit2459da29c2e117c43c142bc386c2f4baf613cdc9 (patch)
treee2273afdcb5d0d776d5f9b93eb25aecbce796019 /app/views/stream_entries
parentda7705b2746b36ccbe093d404d3f4c83a9b5e13e (diff)
Add description meta tag additionally to og:description (#8941)
Fix #8685
Diffstat (limited to 'app/views/stream_entries')
-rw-r--r--app/views/stream_entries/_og_description.html.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/stream_entries/_og_description.html.haml b/app/views/stream_entries/_og_description.html.haml
index 3d122b94e..a7b18424d 100644
--- a/app/views/stream_entries/_og_description.html.haml
+++ b/app/views/stream_entries/_og_description.html.haml
@@ -1 +1,4 @@
-= opengraph 'og:description', status_description(activity)
+- description = status_description(activity)
+
+%meta{ name: 'description', content: description }/
+= opengraph 'og:description', description