Skip to content

Commit

Permalink
Revise path
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Jun 14, 2021
1 parent 182e04a commit dc101cd
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions privaterelay/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@
<link rel="shortcut icon" href="{% static 'images/favicon.ico' %}">
<link rel=”apple-touch-icon” href="{% static 'images/logos/relay-logo-dark-200.png' %}">

<meta property="og:url" content="{{ request.path }}" />
<meta property="og:type" content="website" />
<meta property="og:title" content="{% ftlmsg 'meta-title' %}" />
<meta property="og:description" content="{% ftlmsg 'meta-description' %}" />
<meta property="og:image" content="{{request.scheme}}://{{request.META.HTTP_HOST}}{% static 'images/share-relay.jpg' %}" />

<!-- Open Graph Tags -->
<meta property="og:url" content="{{request.scheme}}://{{request.META.HTTP_HOST}}{{ request.path }}" />
<meta property="og:type" content="website" />
<meta property="og:title" content="{% ftlmsg 'meta-title' %}" />
<meta property="og:description" content="{% ftlmsg 'meta-description' %}" />
<meta property="og:image" content="{{request.scheme}}://{{request.META.HTTP_HOST}}{% static 'images/share-relay.jpg' %}" />

<!-- Twitter Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@firefox">
<meta name="twitter:title" content="{% ftlmsg 'meta-title' %}">
Expand Down

0 comments on commit dc101cd

Please sign in to comment.