Skip to content

Commit

Permalink
update share text
Browse files Browse the repository at this point in the history
  • Loading branch information
jcharaoui committed Jan 23, 2024
1 parent 87f5645 commit 05e3325
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/outreach-story.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% include 'breadcrumb.html' %}
{% set share_url = this.path|url(alt=this.alt,external=true) %}
{% set share_text = _("Here's the story of {} showing the importance of encryption.").format(this.title) %}
{% set share_message = _("Check out this story about the importance of encryption: {}").format(share_url) %}
{% set share_text = _("Find out how Tor helps internet users like {} reclaim their privacy and anonymity: {}").format(this.title, share_url) %}
<meta property="og:url" content="{{ share_url }}" />
<meta property="og:type" content="article" />
<meta property="og:title" content="{{ share_title }}" />
Expand Down

0 comments on commit 05e3325

Please sign in to comment.