Sha256: 5b339575e5e03496bdbf0f2d420c47f0aadfd272c493ccbe8b84092bbd6d2181

Contents?: true

Size: 1.73 KB

Versions: 1

Compression:

Stored size: 1.73 KB

Contents

---
layout: default
---

<div class="container changelog-container">

  <div class="back">
    <a href="{{ '/' | relative_url }}">
      {% include icons/back-arrow.svg %}Back
    </a>
  </div>

  <li style="border-top: 1px solid #f3f3f3;">
    <h2>{{ page.title }}</h2>
    <div class="time minWidth900">
      {{ page.date | timeago }}
    </div>
    <div class="category">

      {% if page.category %}
        {% for categoryMeta in site.data.badge.category %}
          {% if page.category == categoryMeta.name %}
            <div class="category-meta {% if page.author %}mb10{% endif %}" style="background-color: #{{ categoryMeta.color }}; border: 1px solid #{{ categoryMeta.color }};">
              {{ page.category }}
            </div>
          {% else %}

          {% endif %}
        {% endfor %}
      {% endif %}

      <div class="time maxWidth900 {% if page.author %}mb10{% endif %}">
        {{ page.date | timeago }}
      </div>

      {% if site.teams %}
        <div class="author">
          {% if page.author %}
            {% for author in site.data.team.author %}
              {% if page.author == author.name %}
                {% if author.image %}
                  <img src="{{ author.image | relative_url }}" alt="{{ author.name }}">
                {% else %}
                  <span class="authorImagePlaceholder">
                    {{ author.name | slice: 0 }}
                  </span>
                {% endif %}
                <p class="authorName">{{ author.name }}, {{ author.job }}</p>
              {% endif %}
            {% endfor %} 
          {% endif %}
        </div>
      {% endif %}

    </div>
    <div class="content">{{ page.content }}</div>
  </li>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
logchimp-0.1.0 _layouts/post.html