Skip to content

Instantly share code, notes, and snippets.

View landlockedboat's full-sized avatar
🦙
Writing

mar landlockedboat

🦙
Writing
  • Lleida, Spain
View GitHub Profile
@landlockedboat
landlockedboat / home.html
Last active December 28, 2019 16:32
Include Jekyll posts by tag following the desired tag order
---
layout: default
---
<div class="home">
{% include posts-by-tag.html tag_name="tag2" %}
{% include posts-by-tag.html tag_name="tag1" %}
</div>