Forked from https://github.com/emallson/hexo-theme-tufte
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
16 lines
355 B
<p>
|
|
<em>Oculata Certitudine</em>
|
|
</p>
|
|
<h3>Git server:</h3>
|
|
<p>
|
|
<a href="https://git.natronics.org/natronics">https://git.natronics.org/natronics</a>
|
|
</p>
|
|
<h3>Some other things:</h3>
|
|
|
|
<ul>
|
|
|
|
<% page.posts.forEach(function (post) { %>
|
|
<li><a href="<%= url_for(post.path) %>"><%= post.date.format("MMMM YYYY") %>: <%= post.title %></li>
|
|
<% }) %>
|
|
|
|
</ul>
|