Skip to content

Commit f0d38fb

Browse files
Adjusted 0.12.0 screenshot path
1 parent 3eb0fd6 commit f0d38fb

23 files changed

+4
-4
lines changed

content/blarg/2024-11-16_0.12.0-beta.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can get the new version from any of the sources below:
3535
<%= badge( "flathub" ) %>
3636

3737
<br>
38-
<%= image( @items['/imgs/screenshots_0.12.0/llama_voyager.png'], "As a new ship variant of the Llama, the Llama Voyager shares many features but has fundamental differences such as fuel regeneration.", 'center', 'width="720"' ) %>
38+
<%= image( @items['/imgs/screenshots_0.12.0/png/llama_voyager.png'], "As a new ship variant of the Llama, the Llama Voyager shares many features but has fundamental differences such as fuel regeneration.", 'center', 'width="720"' ) %>
3939

4040
### Full Changelog
4141
* Gameplay

content/blarg/2024-11-28_0.12.0-beta.2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can get the new version from any of the sources below:
2323
<%= badge( "flathub" ) %>
2424

2525
<br>
26-
<%= image( @items['/imgs/screenshots_0.12.0/llama_voyager.png'], "As a new ship variant of the Llama, the Llama Voyager shares many features but has fundamental differences such as fuel regeneration.", 'center', 'width="720"' ) %>
26+
<%= image( @items['/imgs/screenshots_0.12.0/png/llama_voyager.png'], "As a new ship variant of the Llama, the Llama Voyager shares many features but has fundamental differences such as fuel regeneration.", 'center', 'width="720"' ) %>
2727

2828
### Changes since 0.12.0-beta.1
2929
* Fallback for missing holo archives ship entries

content/blarg/2024-12-11_0.12.0-beta.3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can get the new version from any of the sources below:
1818
<%= badge( "flathub" ) %>
1919

2020
<br>
21-
<%= image( @items['/imgs/screenshots_0.12.0/llama_voyager.png'], "As a new ship variant of the Llama, the Llama Voyager shares many features but has fundamental differences such as fuel regeneration.", 'center', 'width="720"' ) %>
21+
<%= image( @items['/imgs/screenshots_0.12.0/png/llama_voyager.png'], "As a new ship variant of the Llama, the Llama Voyager shares many features but has fundamental differences such as fuel regeneration.", 'center', 'width="720"' ) %>
2222

2323
### Changes since 0.12.0-beta.2
2424
* Fixed collisions for some ships at certain angles
Binary file not shown.
Binary file not shown.
-1.64 MB
Binary file not shown.
-423 KB
Binary file not shown.
Binary file not shown.
Loading
Loading
1.63 MB
Loading
Loading
Loading
Loading
1.72 MB
Loading
2.05 MB
Loading
Loading
-1.86 MB
Binary file not shown.
-1.73 MB
Binary file not shown.
-2.05 MB
Binary file not shown.
-776 KB
Binary file not shown.

content/media.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ title: Media
1313
### Screenshots
1414

1515
<div class="foto-gallery">
16-
<% @items.find_all('/imgs/screenshots_0.12.0/*.png').each do |s| %>
16+
<% @items.find_all('/imgs/screenshots_0.12.0/png/*.png').each do |s| %>
1717
<a class='use-fluidbox' href='<%= s.path %>'>
1818
<img class='img-fluid' alt='Screenshot' src='<%= s.path %>' />
1919
</a>

0 commit comments

Comments
 (0)