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

@@ -9,7 +9,7 @@
{% block og_description %}{{ workout.name }}
{{ workout.date }} - {{ workout.distance }}m - {{ workout.duration |durationprint:"%H:%M:%S.%f" }}{% endblock %}
{% block og_image %}
<meta property="og:image" content="http://rowsandall.com/{{ graph.filename }}" />
<meta property="og:image" content="http://rowsandall.com/{{ graph.filename |spacetohtml }}" />
{% endblock %}
{% block content %}
<h1>{{ workout.name }}</h1>