Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ---
  2. layout: default
  3. thumbnail: "/path/to/the/thumbnail.png"
  4. ---
  5. This is a blog post!
  6.  
  7. {% for post in site.categories.blog %}
  8. <div>
  9. <a href="{{ post.url }}" ><img src="{{ post.thumbnail }}" />
  10. <a href="{{ post.url }}" >{{ post.title }}</a>
  11. </div>
  12. {% endfor %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement