Fix up movie dsplay in weekly posts

This commit is contained in:
2023-05-14 18:02:19 +10:00
parent f697b23285
commit ed1b357b02
3 changed files with 10 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ In my spare time I like to tinker on various Ruby projects (including the softwa
- Adamantium
- ✅ Build a blogging tool that I actually use.
- Clean things up and open-source the code — I'm currently using some un-released features of Hanami, so keen to bring in the officially supported stuff before sharing.
- Build in a photo gallery.
- Build in a photo gallery to post pages.
- Add a way to syndicate after a post is published.
- Add places visited to weekly posts.
- Add weather history to weekly posts.

View File

@@ -56,7 +56,7 @@ article class="h-entry"
div class="flex gap-4 pb-4 mt-4"
- past_movies.map do |movie|
a href=movie.url
figure
figure class="w-24"
img class="rounded hover:opacity-80" src=movie.poster
figcaption= movie.title
hr