Sha256: dab9d5039213a0a0266768315e13a9f4d4a019ef602deeb2186c8ed120c39684

Contents?: true

Size: 357 Bytes

Versions: 7

Compression:

Stored size: 357 Bytes

Contents

{% if site.favicons %}
  {% for icon in site.favicons %}
    <link rel="icon" type="image/png" href="{{ icon[1] }}" sizes="{{ icon[0] }}x{{ icon[0] }}">
    <link rel="apple-touch-icon" sizes="{{ icon[0] }}x{{ icon[0] }}" href="{{ icon[1] }}">
  {% endfor %}
{% endif %}
<link rel="shortcut icon" href="{{ site.avatarurl + '?s=32' | default: site.logo }}">

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
alembic-jekyll-theme-4.0.0 _includes/site-favicons.html
alembic-jekyll-theme-3.1.0 _includes/site-favicons.html
alembic-jekyll-theme-3.0.14 _includes/site-favicons.html
alembic-jekyll-theme-3.0.13 _includes/site-favicons.html
alembic-jekyll-theme-3.0.12 _includes/site-favicons.html
alembic-jekyll-theme-3.0.11 _includes/site-favicons.html
alembic-jekyll-theme-3.0.10 _includes/site-favicons.html