Sha256: 0fe90e05799c6898dfcbfa53a3cc2bd66171de4ded0baed8ce850fda123d364e

Contents?: true

Size: 1.23 KB

Versions: 1

Compression:

Stored size: 1.23 KB

Contents

---
layout: empty
permalink: /widget/
---

<head>
  {% include meta.html %}
</head>

<body>
  <div class="logchimp">
    <h3 class="logchimp-heading">
      {{ site.terminology }}
    </h3>
    <div class="logchimp-list">
      {% for post in site.posts limit: site.widget.loglimit %}
        <a href="{{ post.url | relative_url }}?source=widget" target="blank" class="logchimp-item">
          {% if post.category %}
            {% for categoryMeta in site.data.badge.category %}
              {% if post.category == categoryMeta.name %}
                <div class="logchimp-item-category" style="background-color: #{{ categoryMeta.color }}">
                  {{ post.category }}
                </div>
              {% endif %}
            {% endfor %}
          {% endif %}
          <strong class="logchimp-item-title">{{ post.title }}.</strong>
          <div class="logchimp-item-description">
            {{ post.content | strip_html | truncate: 95 }}
          </div>
        </a>
      {% endfor %}
    </div>
    <div class="logchimp-seemore">
      <a target="blank" href="{{ site.url }}">{{ site.title }}</a> powered by <a target="blank" href="https://logchimp.now.sh/">LogChimp</a>
    </div>
  </div>
</body>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
logchimp-0.1.0 _layouts/widget.html