archive_index.html 766 B

1234567891011121314151617181920212223242526272829303132333435
  1. <html>
  2. <head>
  3. <title> Archive &raquo; oz123.github.com</title>
  4. <link rel="stylesheet" type="text/css" href="../media/css/pygments_style.css" media="screen" />
  5. <link rel="stylesheet" type="text/css" href="../media/css/site.css" media="screen" />
  6. <style>
  7. body.loc
  8. {
  9. margin-top:50px;
  10. }
  11. p.margin
  12. {
  13. margin-left:150px;
  14. margin-top:-20px;
  15. }
  16. h2.loc
  17. {
  18. margin-left:150px;
  19. margin-right:800px;
  20. }
  21. </style>
  22. <body class=loc>
  23. <h2 class=loc> This is an archive of everything posted here ...</h2>
  24. {% block content %}
  25. {% for entry in entries %}
  26. <p class="margin">{{ entry.published_html }} <a title="{{ permalink }}" href="{{entry.permalink}}"> {{ entry.title }}</a> </p>
  27. {% endfor %}
  28. {% endblock %}
  29. {% include 'sidebar.html' %}
  30. {{google_analytics}}
  31. </body>
  32. </html>