OSDN Git Service

rewrite
authoryamat0jp <yamat0jp@yahoo.co.jp>
Mon, 11 Sep 2017 23:16:55 +0000 (08:16 +0900)
committeryamat0jp <yamat0jp@yahoo.co.jp>
Mon, 11 Sep 2017 23:16:55 +0000 (08:16 +0900)
templates/top.htm

index 46ef358..bab7439 100755 (executable)
@@ -28,8 +28,6 @@
 {% for x in coll %}
        {% if d % i == 0 %}
                <div class=slide>
-       {% end %}
-       {% if d % i == 0 %}
        <img src={{static_url('img/slide{0}.jpg'.format(1+d//i))}} alt="" height=465 style=float:right>
        {% end %}
        {% set d += 1 %}