Private
Public Access
1
0

bugfix share a chart

This commit is contained in:
Sander Roosendaal
2017-10-08 13:05:27 +02:00
parent edb3cdbe2e
commit 737a59969c
3 changed files with 9 additions and 3 deletions

View File

@@ -13,12 +13,12 @@
{% for graph in graphs1 %}
{% block og_image %}
{% for graph in graphs1 %}
<meta property="og:image" content="http://rowsandall.com/{{ graph.filename }}" />
<meta property="og:image" content="http://rowsandall.com/{{ graph.filename |spacetohtml }}" />
{% endfor %}
{% endblock %}
{% block image_src %}
{% for graph in graphs1 %}
<link rel="image_src" href="/{{ graph.filename }}" />
<link rel="image_src" href="/{{ graph.filename |spacetohtml }}" />
{% endfor %}
{% endblock %}