From 3b1b40adef014719e8fb0323c4c7d8fe9afc63ab Mon Sep 17 00:00:00 2001 From: Timm Date: Thu, 23 Apr 2015 00:07:21 +0200 Subject: [PATCH] Update blog.html --- blog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog.html b/blog.html index e4550be..9eab05d 100644 --- a/blog.html +++ b/blog.html @@ -36,7 +36,7 @@ layout: default element: document.querySelector('#elevator-button{{ forloop.index0 }}'), mainAudio: '/media/elevator-music.mp3', // Music from http://www.bensound.com/ endAudio: '/media/ding.mp3', // Music from http://www.bensound.com/ - duration: {{ forloop.index * 1000 }} + duration: {{ forloop.index | times: 1000 }} }); {% endfor %}