Merge tag 'v4.20' into develop
added secure_url to image tag
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
{{ workout.date }} - {{ workout.distance }}m - {{ workout.duration |durationprint:"%H:%M:%S.%f" }}{% endblock %}
|
{{ workout.date }} - {{ workout.distance }}m - {{ workout.duration |durationprint:"%H:%M:%S.%f" }}{% endblock %}
|
||||||
{% block og_image %}
|
{% block og_image %}
|
||||||
<meta property="og:image" content="http://rowsandall.com/{{ graph.filename |spacetohtml }}" />
|
<meta property="og:image" content="http://rowsandall.com/{{ graph.filename |spacetohtml }}" />
|
||||||
|
<meta property="og:image:secure_url" content="https://rowsandall.com/{{ graph.filename |spacetohtml }}" />
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>{{ workout.name }}</h1>
|
<h1>{{ workout.name }}</h1>
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
{% block og_image %}
|
{% block og_image %}
|
||||||
{% for graph in graphs1 %}
|
{% for graph in graphs1 %}
|
||||||
<meta property="og:image" content="http://rowsandall.com/{{ graph.filename |spacetohtml }}" />
|
<meta property="og:image" content="http://rowsandall.com/{{ graph.filename |spacetohtml }}" />
|
||||||
|
<meta property="og:image:secure_url" content="https://rowsandall.com/{{ graph.filename |spacetohtml }}" />
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block image_src %}
|
{% block image_src %}
|
||||||
|
|||||||
BIN
static/img/logo_r.png
Normal file
BIN
static/img/logo_r.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 70 KiB |
BIN
static/img/logoklein.png
Normal file
BIN
static/img/logoklein.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
@@ -29,7 +29,8 @@
|
|||||||
{% block image_src %}<link rel="image_src" href="static/img/logo7.png" />{% endblock %}
|
{% block image_src %}<link rel="image_src" href="static/img/logo7.png" />{% endblock %}
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
{% block og_image %}
|
{% block og_image %}
|
||||||
<meta property="og:image" content="http://rowsandall.com/static/img/logo7.png" />
|
<meta property="og:image" content="http://rowsandall.com/static/img/logo_r.png" />
|
||||||
|
<meta property="og:image:secure_url" content="https://rowsandall.com/static/img/logo_r.png" />
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
<meta property="og:url" content="http://rowsandall.com{{ request.get_full_path }}" />
|
<meta property="og:url" content="http://rowsandall.com{{ request.get_full_path }}" />
|
||||||
<meta property="fb:app_id" content="694685920739849" />
|
<meta property="fb:app_id" content="694685920739849" />
|
||||||
|
|||||||
Reference in New Issue
Block a user