Skip to content

Commit

Permalink
Merge branch 'master' into issue-1976-elem-overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinashu committed Oct 19, 2018
2 parents 7b414e3 + 9753d97 commit a6a5af2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion network-api/networkapi/buyersguide/templates/bg_base.html
Expand Up @@ -4,7 +4,9 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:type" content="website" />
<meta property="og:title" content="privacy not included" />
{% block og-title %}
<meta property="og:title" content="privacy not included" />
{% endblock %}
<meta property="og:description" content="This year, learn what tech comes with privacy included, using Mozilla's buyer's guide for connected gadgets." />
<meta property="og:image" content="{{request.scheme}}://{{request.get_host}}/_images/buyers-guide/share.jpg" />
<meta property="og:url" content="{{request.scheme}}://{{request.get_host}}{{request.path}}" />
Expand Down
Expand Up @@ -4,7 +4,9 @@
{% load product-update %}
{% load yes_no %}
{% load env %}

{% block og-title %}
<meta property="og:title" content="privacy not included - {{ product.name }}" />
{% endblock %}
{% block body-id %}product-page{% endblock %}

{% block guts %}
Expand Down

0 comments on commit a6a5af2

Please sign in to comment.