Last active
August 5, 2017 21:41
-
-
Save iltempe/2d5894b3c4cd4d3c76ff456f427fe089 to your computer and use it in GitHub Desktop.
Lista Biblioteche in Jekyll
This file contains 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
<ul> | |
{% for member in site.data.puntidiinteressebiblioteche %} | |
<li> | |
{{ member.nome }} : {{ member.indirizzo }} | |
</li> | |
{% endfor %} | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment