Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
fix the facebook logo size
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed May 2, 2016
1 parent 53558d8 commit e03b8de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file added static/img/300px-Oknesset.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions templates/site_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
content="{% block description %}{% trans 'Open Knesset - Opening the Knesset to the public' %}{% endblock %}">
<meta name="google-site-verification" content="TAmHbnTgm9dvrNMB41Ke-lZesXPgTd5xSW5lBTzq020"/>
{% block social_share %}
<meta property="og:image" content="https://oknesset.org/static/img/oknesset-logo-small.png"/>
<meta property="og:image" content="https://oknesset.org/static/img/300px-Oknesset.jpg"/>
<meta property="fb:app_id" content="156662232223"/>
<meta property="og:title" content="{% trans 'Open Knesset' %}">
<meta property="og:description" content="{% trans 'Open Knesset - Opening the Knesset to the public' %}">
<meta property="og:url" content="https://oknesset.org/">
<meta property="og:site_name" content="{% trans 'Open Knesset' %}">
<meta property="og:image:secure_url" content="https://oknesset.org/static/img/oknesset-logo-small.png">
<meta property="og:image:secure_url" content="https://oknesset.org/static/img/300px-Oknesset.jpg">

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="{% trans 'Open Knesset' %}" />
<meta name="twitter:description" content="{% trans 'Open Knesset - Opening the Knesset to the public' %}" />
<meta name="twitter:image" content="https://oknesset.org/static/img/oknesset-logo-small.png" />
<meta name="twitter:image" content="https://oknesset.org/static/img/300px-Oknesset.jpg" />

<!-- For some other bots-->
<link rel="image_src" href="{% static 'img/oknesset-logo-small.png' %}"/>
<link rel="image_src" href="https://oknesset.org/static/img/300px-Oknesset.jpg"/>


{% endblock %}
Expand Down

0 comments on commit e03b8de

Please sign in to comment.