Sha256: 815538a906f16e57ee988d785f614cbcecd9dcbe1890954d993aa54599808925
Contents?: true
Size: 520 Bytes
Versions: 9
Compression:
Stored size: 520 Bytes
Contents
<link rel="icon" sizes="any" href="<%= ico_path %>"> <% if svg_path %> <link rel="icon" href="<%= svg_path %>" type="image/svg+xml"> <% else %> <link rel="icon" type="image/png" sizes="32x32" href="<%= png_32_path %>"> <link rel="icon" type="image/png" sizes="16x16" href="<%= png_16_path %>"> <% end %> <link rel="apple-touch-icon" href="<%= apple_touch_icon_path %>"> <% if manifest_path %> <link rel="manifest" href="<%= manifest_path %>"> <% end %> <meta name="theme-color" content="<%= theme_color %>">
Version data entries
9 entries across 9 versions & 1 rubygems