Skip to content

Commit

Permalink
Release week 7 (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaIng authored Feb 13, 2025
2 parents 7730997 + 4249d62 commit 467b95d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy.bash
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ done
# - Minify HTML: Override original file afterwards
for i in ./*.html
do
G_EXEC ./minify -o "${i%.html}.min.html" "$i"
G_EXEC ./minify --html-keep-document-tags -o "${i%.html}.min.html" "$i"
G_EXEC mv "${i%.html}.min.html" "$i"
done
G_EXEC rm minify
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1917,7 +1917,7 @@ <h3>Raspberry Pi 2/3/4/Zero 2</h3>
<div class="col-xl-2 col-lg-3 col-md-4 col-6 mix raspberrypi">
<a href="#downloadinfo" class="thumbnail" rel="#raspberrypi5">
<img src="images/sbc_images/raspberrypi5.jpg" alt="Raspberry Pi 5 photo" width="8" height="5" loading="lazy">
<h3>Raspberry Pi 5 (testing)</h3>
<h3>Raspberry Pi 5</h3>
<p>BCM2712 | 4 Cores | ARMv8</p>
</a>
</div>
Expand Down

0 comments on commit 467b95d

Please sign in to comment.