Sha256: 4f1fd54f814dce70ea9a7d7afed2e45c6d34399330d82cdda282fb139dba5aed

Contents?: true

Size: 924 Bytes

Versions: 6

Compression:

Stored size: 924 Bytes

Contents

---
layout: base
---

<div class="page">
  <h1 class="page-title">{{ page.title | default:"Home"}}</h1>
  {% capture text %}
Looks like you are using the `{{ page.layout }}` layout. This layout is not supported by Hydejack. Instead use `blog` or `list`. For more information see the [Hydejack Documentation](https://qwtel.com/hydejack/docs/latest/).
  {% endcapture %}
  {% include message.html text=text %}
  <hr/>

  {{ content }}

  <h2>Posts</h2>
  <ul class="related-posts">
    {% for post in site.posts %}
      {% include post-list-item.html post=post %}
    {% endfor %}
  </ul>

  <h2>Pages</h2>
  <ul class="related-posts">
    {% for page in site.html_pages %}
      {% if page.layout == 'page' %}
        <li class="h4">
          <a href="{{ page.url | relative_url }}" data-flip="title">
            <span>{{ page.title }}</span>
          </a>
        </li>
      {% endif %}
    {% endfor %}
  </ul>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-6.4.1 _layouts/default.html
jekyll-theme-hydejack-6.4.0 _layouts/default.html
jekyll-theme-hydejack-6.3.0 _layouts/default.html
jekyll-theme-hydejack-6.2.0 _layouts/default.html
jekyll-theme-hydejack-6.1.0 _layouts/default.html
jekyll-theme-hydejack-6.0.0 _layouts/default.html