Created
March 14, 2012 16:14
-
-
Save pimpin/2037570 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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