added page title and facebook image info
This commit is contained in:
@@ -2,8 +2,17 @@
|
||||
{% load staticfiles %}
|
||||
{% load rowerfilters %}
|
||||
|
||||
{% block title %}View Workout {% endblock %}
|
||||
{% block title %}{{ workout.name }} {% endblock %}
|
||||
{% block description %}{{ workout.name }}
|
||||
{{ workout.date }} - {{ workout.distance }}m - {{ workout.duration |durationprint:"%H:%M:%S.%f" }}{% endblock %}
|
||||
{% for graph in graphs1 %}
|
||||
{% block image_src %}
|
||||
{% for graph in graphs1 %}
|
||||
<link rel="image_src" href="/{{ graph.filename }}" />
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
|
||||
{% endfor %}
|
||||
{% block content %}
|
||||
<div id="workouts" class="grid_6 alpha">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user