Initial Commit
[ancientarts.git] / hugo / themes / ancientarts / layouts / partials / meta.html
1 {{ $iconRoot := cond (not $.Params.iconroot) "" $.Params.iconroot }}
2 <link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{ printf `%s/apple-touch-icon-57x57.png` $iconRoot }}" />
3 <link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ printf `%s/apple-touch-icon-114x114.png` $iconRoot }}" />
4 <link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ printf `%s/apple-touch-icon-72x72.png` $iconRoot }}" />
5 <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ printf `%s/apple-touch-icon-144x144.png` $iconRoot }}" />
6 <link rel="apple-touch-icon-precomposed" sizes="120x120" href="{{ printf `%s/apple-touch-icon-120x120.png` $iconRoot }}" />
7 <link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ printf `%s/apple-touch-icon-152x152.png` $iconRoot }}" />
8 <link rel="icon" type="image/png" href="{{ printf `%s/favicon-32x32.png` $iconRoot }}" sizes="32x32" />
9 <link rel="icon" type="image/png" href="{{ printf `%s/favicon-16x16.png` $iconRoot }}" sizes="16x16" />
10 <meta name="application-name" content="Computers are the Devil"/>
11 <meta name="msapplication-TileColor" content="#FFFFFF" />
12 <meta name="msapplication-TileImage" content="{{ printf `%s/mstile-144x144.png` $iconRoot }}" />
13 <meta name="msapplication-notification" content="frequency=30;polling-uri=https://notifications.buildmypinnedsite.com/?feed={{ absURL (printf `%s/feed.xml`) }}&amp;id=1;polling-uri2=https://notifications.buildmypinnedsite.com/?feed={{ absURL (printf `%s/feed.xml`) }}&amp;id=2;polling-uri3=https://notifications.buildmypinnedsite.com/?feed={{ absURL (printf `%s/feed.xml`) }}&amp;id=3;polling-uri4=https://notifications.buildmypinnedsite.com/?feed={{ absURL (printf `%s/feed.xml`) }}&amp;id=4;polling-uri5=https://notifications.buildmypinnedsite.com/?feed={{ absURL (printf `%s/feed.xml`) }}&amp;id=5;cycle=1" />