[WV2] Use outfit name for page title

This commit is contained in:
Emi Matchu 2026-02-05 21:58:27 -08:00
parent 6fa4e57184
commit d7c561f91d

View file

@ -1,11 +1,11 @@
- title "Wardrobe v2"
- title @outfit.name
!!! 5
%html
%head
%meta{charset: 'utf-8'}
%meta{name: 'viewport', content: 'width=device-width, initial-scale=1'}
%title= yield :title
%title #{yield :title} | #{t "app_name"}
%link{href: image_path('favicon.png'), rel: 'icon'}
= stylesheet_link_tag "application/hanger-spinner"
= stylesheet_link_tag "application/outfit-viewer"