You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
355 B

  1. <p>
  2. <em>Oculata Certitudine</em>
  3. </p>
  4. <h3>Git server:</h3>
  5. <p>
  6. <a href="https://git.natronics.org/natronics">https://git.natronics.org/natronics</a>
  7. </p>
  8. <h3>Some other things:</h3>
  9. <ul>
  10. <% page.posts.forEach(function (post) { %>
  11. <li><a href="<%= url_for(post.path) %>"><%= post.date.format("MMMM YYYY") %>: <%= post.title %></li>
  12. <% }) %>
  13. </ul>