Sha256: 53d55e5bd41c9138c6083ee951a94fc42f3127db32b211d9cff7fb00c892220f

Contents?: true

Size: 436 Bytes

Versions: 7

Compression:

Stored size: 436 Bytes

Contents

---
title: Home
---
{% include top.html %}
</head>
<body>
  <p>Hello world.  This page does not use a layout.</p>
  <p>Site pages:</p>
  <ul>
    {% for p in site.pages %}
      <li><a href="{{ site.baseurl}}{{p.url}}">{{ p.title }}</a></li>
    {% endfor %}
  </ul>
  <p>Site posts:</p>
  <ul>
    {% for p in site.posts %}
      <li><a href="{{ site.baseurl}}{{p.url}}">{{ p.title }}</a></li>
    {% endfor %}
  </ul>
</body>
</html>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hawkins-2.0.5 test/resources/test_site/index.html
hawkins-2.0.4 test/resources/test_site/index.html
hawkins-2.0.3 test/resources/test_site/index.html
hawkins-2.0.2 test/resources/test_site/index.html
hawkins-2.0.1 test/resources/test_site/index.html
hawkins-2.0.0 test/resources/test_site/index.html
hawkins-0.1.0 test/resources/test_site/index.html