Skip to content
Snippets Groups Projects
Select Git revision
  • 094245f75fb105e7a0a87d007730c26e93f1c5ec
  • master default protected
2 results

workerpi.js

Blame
  • notes.html 194 B
    ---
    title: Notes
    ---
    <h1>Notes</h1>
    
    <ul>
      {% for note in site.notes %}
        <li>
          <h2><a href="{{ note.url | real_relative_url }}">{{ note.title }}</a></h2>
        </li>
      {% endfor %}
    </ul>