Fix broken shrine image paths
This commit is contained in:
parent
a85d6f91ce
commit
295fbab350
|
@ -20,4 +20,4 @@ Here is a list of shrines I have made for my own website.
|
|||
|
||||
## [{% cite "Cassette Beasts" %}](./cassettebeasts/)
|
||||
|
||||
![Key art of Cassette Beasts](/assets/shrines/cassettebeasts/images/CassetteBeasts_keyart_16_9.png){loading="lazy"}
|
||||
![Key art of Cassette Beasts](/assets/shrines/cassettebeasts/images/CassetteBeasts_keyart_16_9.avif){loading="lazy"}
|
||||
|
|
|
@ -14,7 +14,7 @@ eleventyComputed:
|
|||
<section class="content__section">
|
||||
<h2>Welcome to My {% cite "Star Wars: Knights of the Old Republic" %} Shrine!</h2>
|
||||
|
||||
<img src="/assets/shrines/starwarskotor/images/swkotor-header.jpg" alt="Cover art compilation of Star Wars: Knights of the Old Republic series" loading="lazy">
|
||||
<img src="/assets/shrines/starwarskotor/images/swkotor-header.avif" alt="Cover art compilation of Star Wars: Knights of the Old Republic series" loading="lazy">
|
||||
|
||||
<p>{% cite "Star Wars: Knights of the Old Republic" %} ({% cite "KotOR" %}) is a space opera role-playing video game series. The series takes place in the fictional universe of {% cite "Star Wars" %}, with the story taking place approximately 4,000 years before the rise of the Galactic Empire.</p>
|
||||
<p>The first title was developed by BioWare while the second ({% cite "Star Wars: Knights of the Old Republic II: The Sith Lords" %}) was done by Obsidian Entertainmenr. Both games were published by LucasArts. The {% cite "KotOR" %} series also includes a subsequent new comic book series. Both comic series were published by Dark Horse Comics and act as prequels to the video games.</p>
|
||||
|
|
Loading…
Reference in New Issue