donazioni.html 400 B

1234567891011121314151617
  1. ---
  2. layout: default
  3. title: Donazioni
  4. permalink: /donazioni/
  5. ---
  6. <div class="archive">
  7. <h1>{{ page.title }}</h1>
  8. <ul class="post-list">
  9. {% for post in site.posts %}
  10. <li class="post-meta">
  11. <a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
  12. <span class="post-date">{{ post.date | date: "%b %-d, %Y" }}</span>
  13. </li>
  14. {% endfor %}
  15. </ul>
  16. </div>