Skip to content
Snippets Groups Projects
Select Git revision
  • d0fd1b84a559fa2b3b6d06820dbf59c7a08c89ae
  • master default protected
  • leo
  • dex
  • pendulum
  • apfelstruder
  • littlerascal
7 results

websocketclient.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>