Commit c2fe249
committed
fix(theme): Move mask-icon outside show_meta_app_icon_tags guard
why: mask-icon (Safari pinned tab) should be independently configurable
via theme_mask_icon option without requiring all app icon meta tags
to be enabled (show_meta_app_icon_tags).
what:
- Remove mask-icon from inside show_meta_app_icon_tags conditional block
- Add standalone {%- if theme_mask_icon %} block at end of extrahead1 parent d8c3f6c commit c2fe249
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | 70 | | |
74 | 71 | | |
75 | 72 | | |
76 | 73 | | |
77 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
78 | 78 | | |
0 commit comments