Skip to content

Commit

Permalink
Merge pull request #91 from blackfyre/82-self-healing-seo-friendly-urls
Browse files Browse the repository at this point in the history
82 self healing seo friendly urls
  • Loading branch information
blackfyre authored Jan 18, 2024
2 parents f1480a7 + e574084 commit 0ff1862
Show file tree
Hide file tree
Showing 8 changed files with 246 additions and 193 deletions.
4 changes: 2 additions & 2 deletions assets/views/partials/artworks_results.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ <h3 class="title is-size-3">{{ .Title}}</h3>
</div>
</div>
<footer class="card-footer">
<a class="card-footer-item" href="/artists/{{.ArtistSlug}}/{{.Id}}"
hx-get="/artists/{{.ArtistSlug}}/{{.Id}}" hx-target="#mc-area">Learn More</a>
<a class="card-footer-item" href="{{.ArtworkUrl}}"
hx-get="{{.ArtworkUrl}}" hx-target="#mc-area">Learn More</a>
<a href="#" hx-on="click: document.getElementById('d').showModal();"
hx-get="/postcard/send?awid={{.Id}}" hx-target="#d" class="card-footer-item">Send
Postcard</a>
Expand Down
Loading

0 comments on commit 0ff1862

Please sign in to comment.