Sha256: 615f738f308ff1809319b6ff435a16590d7d5f559801b0e966d9f4bc73732da9

Contents?: true

Size: 800 Bytes

Versions: 5

Compression:

Stored size: 800 Bytes

Contents


{% assign assets_url = "/assets/" | relative_url %}
<hy-push-state
  id="_pushState"
  replace-selector="#_main"
  link-selector="a[href]:not([href^='{{ assets_url }}']):not(.external):not(.no-push-state)"
  script-selector="script"
  duration="500"
  hashchange
>
  {% if page.cover %}{% include_cached body/sidebar.html cover=page.cover theme_color=page.theme_color image=image color=color %}{% endif %}
  {% include_cached body/menu.html %}
  {% include body/main.html %}
  {% unless page.cover %}{% include_cached body/sidebar.html cover=page.cover theme_color=page.theme_color image=image color=color %}{% endunless %}
</hy-push-state>

{% unless page.redirect %}
  {% include_cached body/scripts.html %}
  {% include my-body.html %}
{% endunless %}

{% include_cached templates/index.html %}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-9.0.4 _includes/body/index.html
jekyll-theme-hydejack-9.0.3 _includes/body/index.html
jekyll-theme-hydejack-9.0.2 _includes/body/index.html
jekyll-theme-hydejack-9.0.1 _includes/body/index.html
jekyll-theme-hydejack-9.0.0 _includes/body/index.html