index.html 890 B

1234567891011121314151617181920212223
  1. ---
  2. layout: default
  3. ---
  4. <div class="description">
  5. <h1>Tropea Italia</h1>
  6. <p class="quote">
  7. "Everyone has the right to freedom of opinion and expression; this right includes freedom to hold opinions without interference and to seek, receive and impart information and ideas through any media and regardless of frontiers."<br/>
  8. (Art. 19, <a href="http://en.wikipedia.org/wiki/Universal_Declaration_of_Human_Rights#Human_rights_set_out_in_the_Declaration">Universal Declaration of Human Rights</a>, 1948)
  9. </p>
  10. <p style="margin-bottom: 40px"></p>
  11. </div>
  12. {% for post in site.posts %}
  13. <div class="post-meta">
  14. <p class="post-head">
  15. <a class="post-link post-title" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
  16. <span class="post-date">{{ post.date | date: "%b %-d, %Y" }}</span>
  17. </p>
  18. {{ post.excerpt }}
  19. <hr/>
  20. </div>
  21. {% endfor %}