mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Ignoring image for facebook shares.
This commit is contained in:
parent
6c3a59764a
commit
ca4b2884cb
1 changed files with 2 additions and 0 deletions
|
@ -17,7 +17,9 @@
|
|||
{% if active_story.feed %}
|
||||
<meta property="og:site_name" content="{{ active_story.feed.feed_title }}">
|
||||
{% endif %}
|
||||
{% if active_story.image_url %}
|
||||
<meta property="og:image" content="{{ active_story.image_url }}">
|
||||
{% endif %}
|
||||
<meta property="og:title" content="{{ active_story.story_title }}">
|
||||
<meta property="og:description" content="{{ active_story.story_content|striptags|addslashes|safe }}">
|
||||
<meta property="article:published_time" content="{{ active_story.iso8601 }}">
|
||||
|
|
Loading…
Add table
Reference in a new issue