Sha256: e529a8838f42385924f19ed1e0f1e73c17f5e5f5134e12ced05bacfc9d0780c6

Contents?: true

Size: 451 Bytes

Versions: 1

Compression:

Stored size: 451 Bytes

Contents

<h2 class="mt-lg">Selected projects</h2>
<ul class="posts-feed">
{% for project in site.data.projects | limit:5 %}
  <li class="post-node">
    <a href="{{ post.url }}" class="post-link" style="justify-content: normal">
      <span class="post-title">{{ project.name }}</span>
      <span class="post-date">{{ project.description }}</span> 
    </a>
  </li>
{% endfor %}
</ul>
<a href="//github.com/miltonolaf" class="next-post">More projects →</a>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
another-theme-0.0.1 _includes/projects.html