Sha256: d396f0381c1acb18e276ae75e5449c8145c37fcc20e8d98ae303ee3aa96d236a

Contents?: true

Size: 785 Bytes

Versions: 10

Compression:

Stored size: 785 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
>
  {% capture sidebar %}{% include_cached body/sidebar.html cover=page.cover invert=page.invert_sidebar theme_color=page.theme_color image=image color=color %}{% endcapture %}
  {% if page.cover %}{{ sidebar }}{% endif %}
  {% include_cached body/menu.html %}
  {% include body/main.html %}
  {% unless page.cover %}{{ sidebar }}{% 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

10 entries across 10 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-9.1.9 _includes/body/index.html
jekyll-theme-hydejack-9.1.8 _includes/body/index.html
jekyll-theme-hydejack-9.1.7 _includes/body/index.html
jekyll-theme-hydejack-9.1.6 _includes/body/index.html
jekyll-theme-hydejack-9.1.5 _includes/body/index.html
jekyll-theme-hydejack-9.1.4 _includes/body/index.html
jekyll-theme-hydejack-9.1.3 _includes/body/index.html
jekyll-theme-hydejack-9.1.2 _includes/body/index.html
jekyll-theme-hydejack-9.1.1 _includes/body/index.html
jekyll-theme-hydejack-9.1.0 _includes/body/index.html