From 9c5704bdeb09c59c2fc2de931be3747c0e9cc210 Mon Sep 17 00:00:00 2001 From: Ken D'Ambrosio Date: Tue, 12 May 2026 17:28:59 +0000 Subject: Add albumen.png as app icon, favicon, and OG fallback image - public/img/albumen.png: app logo - public/favicon.ico: 32x32 + 16x16 multi-size - public/apple-touch-icon.png: 180x180 for iOS home screen - layout.erb: favicon link tags; og:image falls back to albumen.png when no specific photo is selected Co-Authored-By: Claude Sonnet 4.6 --- views/layout.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'views') diff --git a/views/layout.erb b/views/layout.erb index 5f49ee6..086fe8c 100644 --- a/views/layout.erb +++ b/views/layout.erb @@ -8,7 +8,9 @@ "> <% if @desc %><% end %> - <% if (og_img = og_image_url) %><% end %> + "> + + -- cgit v1.2.3