diff --git a/bench_template.html b/bench_template.html index c884da4..e270423 100644 --- a/bench_template.html +++ b/bench_template.html @@ -1,9 +1,15 @@ - Bench - Aaron Gutierrez + Bench – Aaron Gutierrez + + + + + +
diff --git a/bench_view_template.html b/bench_view_template.html index 3a1e4ec..f5f982b 100644 --- a/bench_view_template.html +++ b/bench_view_template.html @@ -4,6 +4,12 @@ Bench #{1} - Aaron Gutierrez + + + + + +
diff --git a/pub.py b/pub.py index 4411c48..3017ef7 100755 --- a/pub.py +++ b/pub.py @@ -129,8 +129,10 @@ def make_bench_view(idx, prev, nxt): body = bench_view_ftm.format(idx) + preview = "/img/bench/{0:03d}.780.jpg".format(idx) + with open('bench/view/{}.html'.format(idx), 'w') as out: - out.write(template.format(body, idx, prev, nxt)) + out.write(template.format(body, idx, preview, prev, nxt)) def upload_bench(): imgs = os.listdir('img/bench')