Skip to content

Commit 466dd97

Browse files
committed
Fix for #3592
1 parent 951d22e commit 466dd97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

publishing/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# TODO: The BLOG_DOWNLOAD is only needed because one dockerfile will have to communicate
3939
# with another, and I don't want to deal with building out the networking logic... yet...
4040
# CHANGE ME! vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
41-
BLOG_DOWNLOAD=http://localhost:8000/blog/2023/12/27/this-week-in-rust-527/
41+
BLOG_DOWNLOAD=http://localhost:8000/blog/2024/05/08/this-week-in-rust-546/
4242

4343
website-workflow: build clean generate-website host-content
4444

themes/newsletter/templates/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
<tbody>
289289
<tr>
290290
<td>
291-
<img class="wrapper-image " src="https://this-week-in-rust.org/images/logo32.png" alt="This Week in Rust">
291+
<img class="wrapper-image" src="https://this-week-in-rust.org/images/logo32.png" alt=" " aria-hidden="true">
292292
<span class="wrapper-header-01" style="">This Week in Rust</span>
293293
</td>
294294
</tr>

0 commit comments

Comments
 (0)