diff --git a/templates/photo.html b/templates/photo.html index 3f2464b..7d221e5 100644 --- a/templates/photo.html +++ b/templates/photo.html @@ -170,9 +170,10 @@
  • Size: {{photo.bytestring()}}
  • {% if photo.duration %}
  • Duration: {{photo.duration_string}}
  • +
  • Overall Bitrate: {{((photo.bytes / 128) / photo.duration)|int}} kbps
  • {% endif %} -
  • Download as {{photo.id}}.{{photo.extension}}
  • -
  • Download as "{{photo.basename}}"
  • +
  • Download as {{photo.id}}.{{photo.extension}}
  • +
  • Download as "{{photo.basename}}"