summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorKen D'Ambrosio <ken@jots.org>2026-05-11 18:35:57 +0000
committerKen D'Ambrosio <ken@jots.org>2026-05-11 18:35:57 +0000
commit723a9bc34c30ddb0decedd9efe64af5b91b71541 (patch)
tree0b246547a46fa0e932968ce83bf86700b30e94e4 /views
parentc19b0854543abd5d05e0f1c0615c45464c169d29 (diff)
Fix OG image previews: use ?photo= param so server can set correct og:imagev1.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'views')
-rw-r--r--views/album.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/album.erb b/views/album.erb
index 993b4d1..603aa80 100644
--- a/views/album.erb
+++ b/views/album.erb
@@ -106,4 +106,4 @@ const ENTRIES = <%= @entries.map { |e|
e.merge(src: "/media/#{file_rel}")
}.to_json %>;
</script>
-<script src="/js/album.js?v=5"></script>
+<script src="/js/album.js?v=6"></script>