bugfix share a chart
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user