diff --git a/blocks-touch/b-page/b-page.bemhtml b/blocks-touch/b-page/b-page.bemhtml index 4cb18dbd..d7365032 100644 --- a/blocks-touch/b-page/b-page.bemhtml +++ b/blocks-touch/b-page/b-page.bemhtml @@ -94,6 +94,30 @@ block b-page { href: this.ctx.src16 } }, + this.ctx.src152 && { + elem: 'link', + attrs: { + rel: 'apple-touch-icon-precomposed', + sizes: '152x152', + href: this.ctx.src152 + } + }, + this.ctx.src144 && { + elem: 'link', + attrs: { + rel: 'apple-touch-icon-precomposed', + sizes: '144x144', + href: this.ctx.src144 + } + }, + this.ctx.src120 && { + elem: 'link', + attrs: { + rel: 'apple-touch-icon-precomposed', + sizes: '120x120', + href: this.ctx.src120 + } + }, this.ctx.src114 && { elem: 'link', attrs: { @@ -102,6 +126,14 @@ block b-page { href: this.ctx.src114 } }, + this.ctx.src76 && { + elem: 'link', + attrs: { + rel: 'apple-touch-icon-precomposed', + sizes: '76x76', + href: this.ctx.src76 + } + }, this.ctx.src72 && { elem: 'link', attrs: { diff --git a/blocks-touch/b-page/examples/10-simple_bem.bemjson.js b/blocks-touch/b-page/examples/10-simple_bem.bemjson.js index 65d60d6b..7728043e 100644 --- a/blocks-touch/b-page/examples/10-simple_bem.bemjson.js +++ b/blocks-touch/b-page/examples/10-simple_bem.bemjson.js @@ -28,7 +28,11 @@ src16: 'favicon.ico', src57: 'apple-touch-icon-precomposed.png', src72: 'apple-touch-icon-72x72-precomposed.png', - src114: 'apple-touch-icon-114x114-precomposed.png' + src76: 'apple-touch-icon-76x76-precomposed.png', + src114: 'apple-touch-icon-114x114-precomposed.png', + src120: 'apple-touch-icon-120x120-precomposed.png', + src144: 'apple-touch-icon-144x144-precomposed.png', + src152: 'apple-touch-icon-152x152-precomposed.png' } ], content: [