Sha256: b182999b7c1aa0f3292ede9c13641a142cd03ce4079d28b7bdd3db1fa9e327a9

Contents?: true

Size: 915 Bytes

Versions: 6

Compression:

Stored size: 915 Bytes

Contents

<!DOCTYPE html>
<html lang="{{ site.lang | default: " en-US" }}">

<head>
  {% include casjays-header.html %}
  {% if site.custom_theme.name %}
  {% include themes/{{ site.custom_theme.name }}/meta.html %}
  {% endif %}
</head>

<body onload="javascript:loadDomain();">
  <div>
    {% if site.custom_theme.name %}
    {% include themes/{{ site.custom_theme.name }}/layouts/default.html %}
    {% else %}
    {{ content }}
    {% endif %}

    {% if site.github.forkme == true %}
    <a class="github-fork-ribbon {{ site.github.layout }}" href="{{ site.github.repository_url }}/fork"
      data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub
    </a>
    {% endif %}
    <br />
    <br />
    <br />
    <br />
    <div class="footer footer-custom col-sm-12">
      {% include {{ site.custom_theme.footer }} %}
    </div>
    <br />
    <br />
    <br />
    <br />
  </div>
</body>

</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
casjaysdev-jekyll-theme-0.2.4 _layouts/default.html
casjaysdev-jekyll-theme-0.2.3 _layouts/default.html
casjaysdev-jekyll-theme-0.2.2 _layouts/default.html
casjaysdev-jekyll-theme-0.2.1 _layouts/default.html
casjaysdev-jekyll-theme-0.1.9 _layouts/default.html
casjaysdev-jekyll-theme-0.1.8 _layouts/default.html