diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-10-11 14:12:36 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2018-10-11 14:12:36 +0200 |
commit | 8f720be9f3ad314f0c0b0c7c0cc81616ba20e8fd (patch) | |
tree | 62803c2547eace343e63a06499b8406967836cc0 /app/views/stream_entries/_og_description.html.haml | |
parent | a02244f17c841f641c9ed289fb592b73fecf472d (diff) | |
parent | ac7df62a0441b95ec04fd9111a9394795dd53ff2 (diff) |
Merge commit 'ac7df62a0441b95ec04fd9111a9394795dd53ff2' into glitch-soc/merge-upstream
Diffstat (limited to 'app/views/stream_entries/_og_description.html.haml')
-rw-r--r-- | app/views/stream_entries/_og_description.html.haml | 5 |
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 |