Skip to content

Commit

Permalink
href images
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Payne committed Mar 9, 2024
1 parent a10a128 commit 37819a4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
21 changes: 15 additions & 6 deletions docs/stoves/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,21 @@

Me: "You mispelled obsession."

<div class="grid cards" markdown>
<div class="grid cards">

![british-military-no-6](../assets/stoves/articles/british-military-no-6/temp.jpeg){width=300}<br>
[British Military No. 6](articles/british-military-no-6/index.md)

![optimus-111](../assets/stoves/articles/optimus-111/refurbished/optimus-1.jpeg){width=300}<br>
[Optimus 111](articles/optimus-111/index.md)
<ul>
<li>
<p>British Military No. 6</p>
<a href="articles/british-military-no-6/index.html">
<img src="../assets/stoves/articles/british-military-no-6/temp.jpeg" alt="British Military No. 6" style="width:300px;" class="glightbox-skip">
</a>
</li>
<li>
<p>Optimus 111</p>
<a href="articles/optimus-111/index.html">
<img src="../assets/stoves/articles/optimus-111/refurbished/optimus-1.jpeg" alt="Optimus 111" style="width:300x;" class="glightbox-skip">
</a>
</li>
</ul>

</div>
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ plugins:
zoomable: true
draggable: true
touchNavigation: true
skip_classes:
- glightbox-skip
markdown_extensions:
- attr_list
- md_in_html
Expand Down

0 comments on commit 37819a4

Please sign in to comment.