Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Commit

Permalink
linkedin: removing uneeded tags and adding original size to image wit…
Browse files Browse the repository at this point in the history
…h cropping
  • Loading branch information
Phillippa committed Aug 22, 2019
1 parent 23d2293 commit ad76aa4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<meta property="og:title" content="Adhocracy+ | {{ page.title }}">
<meta property="og:description" content="{{ category }}">
{% if page.image %}
{% image page.image fill-400x400 as image %}
{% image page.image original as image %}
<meta property="og:image" content="{{ page.get_site.root_url }}{{ image.url }}" />
{% else %}
<meta property="og:image" content="{% get_absolute_uri_static obj='images/logo.png' %}">
Expand Down
3 changes: 0 additions & 3 deletions liqd_product/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
<meta name="twitter:title" content="what title">
<meta name="twitter:description" content="what content?">
<meta name="twitter:image" content="{% get_absolute_uri_static obj='images/logo.png' %}">
<meta name="linkedin:title" content="what title">
<meta name="linkedin:description" content="what content?">
<meta name="linkedin:image" content="{% get_absolute_uri_static obj='images/logo.png' %}">
<meta property="og:url" content="{{ request.build_absolute_uri }}">
<meta property="og:title" content="Adhocracy+">
<meta property="og:description" content="Content">
Expand Down

0 comments on commit ad76aa4

Please sign in to comment.