Private
Public Access
1
0

image size to image model

This commit is contained in:
Sander Roosendaal
2017-10-10 09:21:34 +02:00
parent 357e077194
commit b4d854c481
5 changed files with 94 additions and 3 deletions

View File

@@ -14,7 +14,11 @@
{% block og_image %}
{% for graph in graphs1 %}
<meta property="og:image" content="http://rowsandall.com/{{ graph.filename |spacetohtml }}" />
<meta property="og:image:width" content="{{ graph.width }}" />
<meta property="og:image:height" content="{{ graph.height }}" />
<meta property="og:image:secure_url" content="https://rowsandall.com/{{ graph.filename |spacetohtml }}" />
<meta property="og:image:width" content="{{ graph.width }}" />
<meta property="og:image:height" content="{{ graph.height }}" />
{% endfor %}
{% endblock %}
{% block image_src %}