Sha256: 4eef27f4473e9212eb29a4d95d059c42c2b79a83fb4c0ea202833a9e36bc0fe7

Contents?: true

Size: 383 Bytes

Versions: 6

Compression:

Stored size: 383 Bytes

Contents

<div>
  {{ content }}
</div>

{% elsif site.custom_theme.columns == "2" %}
<div>
  {{ content }}
</div>

{% elsif site.custom_theme.columns == "3" %}
<div>
  {{ content }}
</div>

{% else %}
<h1>
  custom_theme/columns not set in _config.yml <br />
  Your theme settings in _config.yml are incorrect <br />
  Current columns: {{ site.custom_theme.columns }}
</h1>
{% endif %}
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
casjaysdev-jekyll-theme-0.2.4 _includes/themes/blank/layouts/default.html
casjaysdev-jekyll-theme-0.2.3 _includes/themes/blank/layouts/default.html
casjaysdev-jekyll-theme-0.2.2 _includes/themes/blank/layouts/default.html
casjaysdev-jekyll-theme-0.2.1 _includes/themes/blank/layouts/default.html
casjaysdev-jekyll-theme-0.1.9 _includes/themes/blank/layouts/default.html
casjaysdev-jekyll-theme-0.1.8 _includes/themes/blank/layouts/default.html