Sha256: 92ff9943dd9a0f0da34a1a467056fb2e9c40b75db49f2b695619c0d90b1cf888

Contents?: true

Size: 468 Bytes

Versions: 2

Compression:

Stored size: 468 Bytes

Contents

<h2 class="mt-5">Selected projects</h2>
<hr>
<ul class="posts-feed">
{% for project in site.data.projects | limit:5 %}
  <li class="post-node">
    <a href="{{ post.url }}" class="post-link row align-items-center">
      <span class="post-title col-auto pr-0">{{ project.name }}</span>
      <span class="post-date col-auto">{{ project.description }}</span>
    </a>
  </li>
{% endfor %}
</ul>
<a href="//github.com/miltonolaf" class="next-post">More projects →</a>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
another-theme-1.0.1 _includes/projects.html
another-theme-1.0.0 _includes/projects.html