Skip to content

Commit 8f6376a

Browse files
committed
Added 0.1.4 screenshots
Only the first one is actually from 0.1.4, the rest is recycled from 0.1.3 as it looks the same.
1 parent 7ec64e6 commit 8f6376a

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

_data/screenshots.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ v0.1.3:
1212
- large: "images/supertux-0.1.3-6.jpg"
1313
small: "images/supertux-0.1.3-6_small.jpg"
1414

15+
v0.1.4:
16+
- large: "images/supertux-0.1.4-1.png"
17+
small: "images/supertux-0.1.4-1_small.png"
18+
- large: "images/supertux-0.1.3-2.jpg"
19+
small: "images/supertux-0.1.3-2_small.jpg"
20+
- large: "images/supertux-0.1.3-3.jpg"
21+
small: "images/supertux-0.1.3-3_small.jpg"
22+
- large: "images/supertux-0.1.3-4.jpg"
23+
small: "images/supertux-0.1.3-4_small.jpg"
24+
- large: "images/supertux-0.1.3-5.jpg"
25+
small: "images/supertux-0.1.3-5_small.jpg"
26+
- large: "images/supertux-0.1.3-6.jpg"
27+
small: "images/supertux-0.1.3-6_small.jpg"
28+
1529
v0.3.0:
1630
- large: "images/supertux-0.3.0-1.jpg"
1731
small: "images/supertux-0.3.0-1_small.jpg"

screenshots.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ <h3>Release 0.3.0</h3>
3939
</section>
4040

4141
<section>
42-
<h3>Release 0.1.3 (old stable)</h3>
43-
{% for screenshot in site.data.screenshots["v0.1.3"] %}
42+
<h3>Release 0.1.4 (Milestone 1)</h3>
43+
{% for screenshot in site.data.screenshots["v0.1.4"] %}
4444
<a href="{{ site.baseurl }}/{{ screenshot.large }}"><img class="screenshot" alt="{{ site.baseurl }}/{{ screenshot.large }}" src="{{ site.baseurl }}/{{ screenshot.small }}" width="200" height="150"/></a>
4545
{% endfor %}
4646
</section>

0 commit comments

Comments
 (0)