Sha256: f991667289311f5e558f3613465d88948f1ec1ff13a4ed96afae249fc480d440

Contents?: true

Size: 1.01 KB

Versions: 5

Compression:

Stored size: 1.01 KB

Contents

<!doctype html>
<html lang="en">

  {% include head.html %}

  <body>
    <div class="container">
      <header class="masthead">
        <h3 class="masthead-title">
          <a href="{{ "/" | relative_url }}" title="Home">{{ site.title }}</a>
        </h3>
        {% include nav.html %}
      </header>

      <main>
        {{ content }}
      </main>

      <footer>
        <div class="links">
          <a href="https://github.com/jamogriff/gruv-poole">Open Source Theme</a>

          {% assign privacy_page = site.pages | where: "layout", "privacy-policy" | first %}
          {% if privacy_page %}
            <a href="{{ privacy_page.url | relative_url }}">Privacy Policy</a>
          {% else %}
            <mark>Please create a page that implements the privacy-policy layout.</mark>
          {% endif %}
        </div>
        <div>
          &copy; <time datetime="{{ site.time | date_to_xmlschema }}">{{ site.time | date: '%Y' }}</time>. All rights reserved.
        </div>
      </footer>
    </div>
  </body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-gruv-poole-1.1.0 _layouts/base.html
jekyll-theme-gruv-poole-1.0.3 _layouts/base.html
jekyll-theme-gruv-poole-1.0.2 _layouts/base.html
jekyll-theme-gruv-poole-1.0.1 _layouts/base.html
jekyll-theme-gruv-poole-1.0.0 _layouts/base.html