Sha256: 58a2f500414d3c5f96c1dc8614e03f7765208c2601702d7d78a6bb6ce66085e6

Contents?: true

Size: 429 Bytes

Versions: 2

Compression:

Stored size: 429 Bytes

Contents

<div hidden>
  {% assign strings = site.data.strings %}
  <h2 class="sr-only">{{ strings.templates | default: "Templates"}}{{ strings.colon | default:":" }}</h2>

  {% include templates/animation.html %}
  {% include templates/loading.html %}
  {% include templates/error.html %}
  {% include templates/permalink.html %}
  {% if site.hydejack.dark_mode.icon %}
    {% include templates/pro/dark-mode.html %}
  {% endif %}
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-9.2.1 _includes/templates/index.html
jekyll-theme-hydejack-9.2.0 _includes/templates/index.html