Fix for #3592
This commit is contained in:
parent
951d22e5e2
commit
466dd97dc3
|
@ -38,7 +38,7 @@
|
|||
# TODO: The BLOG_DOWNLOAD is only needed because one dockerfile will have to communicate
|
||||
# with another, and I don't want to deal with building out the networking logic... yet...
|
||||
# CHANGE ME! vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
|
||||
BLOG_DOWNLOAD=http://localhost:8000/blog/2023/12/27/this-week-in-rust-527/
|
||||
BLOG_DOWNLOAD=http://localhost:8000/blog/2024/05/08/this-week-in-rust-546/
|
||||
|
||||
website-workflow: build clean generate-website host-content
|
||||
|
||||
|
|
|
@ -288,7 +288,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<img class="wrapper-image " src="https://this-week-in-rust.org/images/logo32.png" alt="This Week in Rust">
|
||||
<img class="wrapper-image" src="https://this-week-in-rust.org/images/logo32.png" alt=" " aria-hidden="true">
|
||||
<span class="wrapper-header-01" style="">This Week in Rust</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue