Sha256: cde5b38ffb62e700a8a2c18a78965b374f296451508af10fa4086a129c257a95

Contents?: true

Size: 683 Bytes

Versions: 2

Compression:

Stored size: 683 Bytes

Contents

---
layout: default
---

{% if site.pitch == null %}
  {% assign div_class = "home" %}
{% else %}
  {% assign div_class = "home pitch" %}
{% endif %}

<div class="{{ div_class }}">
  {% unless site.pitch %}
  <p>{% include i18n.html value=site.description %}</p>
  {% endunless %}

  {{ content }}

  {% include post-ul.html limit=true %}

  {% include calltoaction.html %}

  {% assign nb_posts = site.posts | size %}

  {% if nb_posts > site.nb_posts_page %}
  <div class="archive">
    {{ site.data.academic_i18n.all_posts[page.lang][0] }}
    <a href="{% include link.html path="archive" %}">{{ site.data.academic_i18n.all_posts[page.lang][1] }}</a>.</div>
  {% endif %}

</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
academic-0.4.91 _layouts/home.html
academic-0.4.9 _layouts/home.html