Separate methods for theme style and meta color tags (#29802)
This commit is contained in:
parent
52ab8a59c6
commit
b61ae28f8d
5 changed files with 123 additions and 14 deletions
|
@ -21,6 +21,7 @@
|
|||
|
||||
%link{ rel: 'mask-icon', href: frontend_asset_path('images/logo-symbol-icon.svg'), color: '#6364FF' }/
|
||||
%link{ rel: 'manifest', href: manifest_path(format: :json) }/
|
||||
= theme_color_tags current_theme
|
||||
%meta{ name: 'apple-mobile-web-app-capable', content: 'yes' }/
|
||||
|
||||
%title= html_title
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue