about summary refs log tree commit diff
path: root/app/views/stream_entries
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-10-11 14:12:36 +0200
committerThibaut Girka <thib@sitedethib.com>2018-10-11 14:12:36 +0200
commit8f720be9f3ad314f0c0b0c7c0cc81616ba20e8fd (patch)
tree62803c2547eace343e63a06499b8406967836cc0 /app/views/stream_entries
parenta02244f17c841f641c9ed289fb592b73fecf472d (diff)
parentac7df62a0441b95ec04fd9111a9394795dd53ff2 (diff)
Merge commit 'ac7df62a0441b95ec04fd9111a9394795dd53ff2' into glitch-soc/merge-upstream
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