Skip to content

Commit

Permalink
Fix broken thumbnail URLs in gallery example (#83)
Browse files Browse the repository at this point in the history
Resolves issue introduced in #59 by caa89b7
  • Loading branch information
pydsigner committed Dec 30, 2023
1 parent aee53d1 commit 6183fd0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/gallery/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ footnote = "Generated with Anchovy!"
# Photo Gallery

<div class="gallery">
<a href="static/images/home-sweet-home-cdk.webp"><img src="static/images/home-sweet-home-cdk.thumb.png" alt="A Vintage Automobile"></a>
<a href="static/images/nice-wheels-cdk.webp"><img src="static/images/nice-wheels-cdk.thumb.png" alt="A Old Wood-Sided House"></a>
<a href="static/images/stormy-cdk.webp"><img src="static/images/stormy-cdk.thumb.png" alt="A Boardwalk and Damaged Pines During a Storm"></a>
<a href="static/images/quayside-newcastle.webp"><img src="static/images/quayside-newcastle.thumb.png" alt="A Quay in Newcastle, England"></a>
<a href="static/images/home-sweet-home-cdk.webp"><img src="static/images/home-sweet-home-cdk.thumb.webp" alt="A Vintage Automobile"></a>
<a href="static/images/nice-wheels-cdk.webp"><img src="static/images/nice-wheels-cdk.thumb.webp" alt="A Old Wood-Sided House"></a>
<a href="static/images/stormy-cdk.webp"><img src="static/images/stormy-cdk.thumb.webp" alt="A Boardwalk and Damaged Pines During a Storm"></a>
<a href="static/images/quayside-newcastle.webp"><img src="static/images/quayside-newcastle.thumb.webp" alt="A Quay in Newcastle, England"></a>
</div>

0 comments on commit 6183fd0

Please sign in to comment.