Sha256: 9b3ea61279ae1a1aea32fb987636b25f45a907cfd7217461554e10c8b7a2d9e5

Contents?: true

Size: 481 Bytes

Versions: 3

Compression:

Stored size: 481 Bytes

Contents

<h2 class="mt-5">Selected projects</h2>
<hr>
<ul class="posts-feed unstyle-list">
{% 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

3 entries across 3 versions & 1 rubygems

Version Path
another-theme-1.0.4 _includes/projects.html
another-theme-1.0.3 _includes/projects.html
another-theme-1.0.2 _includes/projects.html