Fix fanlisting button image links
This commit is contained in:
parent
5d888220cd
commit
13a585b4ab
|
@ -26,9 +26,15 @@ eleventyNavigation:
|
|||
|
||||
<h3>Fanlistings</h3>
|
||||
<div class="web-btn-wrapper">
|
||||
<a href="https://glitterskies.org/kotor/"><img src="/assets/fanlistings/kotor-100x50.png" alt="A website button of a Star Wars: Knights of the Old Republic fanlisting" title="Erased Identity - Star Wars: Knights of the Old Republic fanlisting"></a>
|
||||
<a href="https://glitterskies.org/kotor2/"><img src="/assets/fanlistings/kotor2-100x50.jpg" alt="A website button of a Star Wars: Knights of the Old Republic 2 fanlisting" title="Mysteries of Malachor - Star Wars: Knights of the Old Republic 2: The Sith Lords fanlisting"></a>
|
||||
<a href="https://inspirationally.net/jedi/"><img src="/assets/fanlistings/jedi-100x50.png" alt="A website button of a Jedi fanlisting" title="Keepers of the Peace // the Star Wars: [+] Jedi fanlisting"></a>
|
||||
<a href="https://glitterskies.org/kotor/">
|
||||
<img src="/assets/buttons/fanlistings/kotor-100x50.png" alt="A website button of a Star Wars: Knights of the Old Republic fanlisting" title="Erased Identity - Star Wars: Knights of the Old Republic fanlisting">
|
||||
</a>
|
||||
<a href="https://glitterskies.org/kotor2/">
|
||||
<img src="/assets/buttons/fanlistings/kotor2-100x50.jpg" alt="A website button of a Star Wars: Knights of the Old Republic 2 fanlisting" title="Mysteries of Malachor - Star Wars: Knights of the Old Republic 2: The Sith Lords fanlisting">
|
||||
</a>
|
||||
<a href="https://inspirationally.net/jedi/">
|
||||
<img src="/assets/buttons/fanlistings/jedi-100x50.png" alt="A website button of a Jedi fanlisting" title="Keepers of the Peace // the Star Wars: [+] Jedi fanlisting">
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in New Issue