Advertisement
Guest User

Untitled

a guest
Mar 1st, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. # projects
  2. collections:
  3. projects:
  4. output: true
  5.  
  6. {% for each in site.projects %}
  7. <div class="six columns">
  8. <a href="{{ each.url }}" title="{{ each.title }}"><img src="{{ each.image_thumb }}" alt="{{ projects.title }}"></a>
  9. <h4>{{ each.title }}</h4>
  10. <p><span class="desc project">{{ each.description }}</span></p>
  11. </div>
  12. {% endfor %}
  13.  
  14. ---
  15. layout: portfolio_piece
  16. image_thumb: http://placehold.it/350x250
  17. image_full: http://placehold.it/600x300
  18. title: Toei Channel
  19. description: Branding / Design / Development
  20. ---
  21.  
  22. ---
  23. layout: default
  24. ---
  25.  
  26. <div class="row">
  27.  
  28. <a href="#" title="{{ page.title }}">
  29. <img src="{{ page.image_full }}" alt="{{ page.title }}">
  30. </a>
  31. <h4>{{ page.title }}</h4>
  32. <p>
  33. <span class="desc project">{{ page.description }}</span>
  34. </p>
  35. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement