default.html 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!doctype html>
  2. <html lang="en-US">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="chrome=1">
  6. <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
  7. <meta property="og:title" content="{{ site.title }}" />
  8. <meta property="og:locale" content="it_IT" />
  9. <link rel="canonical" href="{{ site.url }}" />
  10. <meta property="og:url" content="{{ site.url }}" />
  11. <meta property="og:site_name" content="{{ site.domain }}" />
  12. <link rel="stylesheet" href="/css/style.css">
  13. <meta name="viewport" content="width=device-width">
  14. </head>
  15. <body>
  16. <div class="wrapper">
  17. <header>
  18. <h1><a href="/"><img class="logo" src="/imgs/logo.svg"/></a></h1>
  19. <p><a href="/archivio">Comunicati</a></p>
  20. <p><a href="/associazione">L'Associazione</a></p>
  21. <p><a href="/partecipa">Partecipa!</a></p>
  22. <p><a href="/donazioni">Donazioni</a></p>
  23. <p><a href="/tor-exit-notice">"Questo e' un Exit Node"</a></p>
  24. <p>&nbsp;</p>
  25. <p class="view"><a href="https://metrics.torproject.org/rs.html#search/family:{{ site.torfamily }}">Visita la pagina Tor Metrics</a></p>
  26. <p class="view"><a href="https://twitter.com/{{ site.twitter }}">Visita il profilo Twitter</a></p>
  27. </header>
  28. <section>
  29. {{ content }}
  30. </section>
  31. <footer>
  32. <p><small>&copy; {{ site.time | date: "%Y" }} Tropea Italia</small></p>
  33. </footer>
  34. </div>
  35. </body>
  36. </html>