Skip to content

Instantly share code, notes, and snippets.

@pimpin
Created March 14, 2012 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pimpin/2037570 to your computer and use it in GitHub Desktop.
Save pimpin/2037570 to your computer and use it in GitHub Desktop.
.one
<!-- COLUMNS CONTAINER STARTS-->
.inner-pages
.page-title
%h3 {{ page.title }}
%h5 {% editable_short_text 'subtitle' %} Demandez-le programme !{% endeditable_short_text %}
#portfolio
#columns.portfolio-container
%ul
{% for rencontre in contents.rencontres %}
%li.one-third.web
.one-third-img-holder
<span class="label-new"></span> <a href="/nos_rencontres/{{ rencontre._permalink }}" title="Voir le détail de {{ rencontre.nom }}" class="portfolio-item-preview"><img src="{{ rencontre.visuel.url }}" alt="Affiche {{ rencontre.nom }}" class="portfolio-img" width="288" height="163"/></a>
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment