Commit graph

6 commits

Author SHA1 Message Date
afb59e7862 Prepare thumbnails of all images in the photo post
Add <img> tags for all thumbnails to the photos list entry. I'm hoping with lazy
loading and some JavaScript this will not be terrible!

Break the logic for preparing a thumbnail into a separate helper partial
template so it can be reused.
2023-04-06 08:45:35 -07:00
00d2e9263d Add a badge to the photo list items that have multiple photos in them 2023-04-06 08:45:35 -07:00
e263b3cb41 Include all photos as links in the RSS and Atom feeds, instead of just the thumbnail
- Move photo_thumbnail.html to photos/thumbnail.html
- Add a photos/list.html partial that returns a list of photos for the current
  page
- Use the template above everywhere we need a list of photos for the page
2022-11-29 09:06:18 -08:00
1e6711b8f3 Use the photo_thumbnail partial in the li_thumbnail_in_grid template 2022-11-03 17:03:57 -07:00
1200833ef3 Get thumbnails oriented the right way before resizing 2022-10-25 17:37:46 -04:00
454618222d Add a item template for photos in a grid 2022-10-20 07:52:27 -07:00