--- layout: single permalink: "/note/{{ note.date | formatDateIso('yyyy-MM-dd') }}{{ note.slug }}/index.html" pagination: data: notes size: 1 alias: note title: "Note" ---

Note {{ note.date | formatDateIso('yyyy-MM-dd') }}{{ note.slug }}

Posted {{ note.date | formatDateIsoRel }}

{{ note.content | safe }}

{% if pagination.href.previous or pagination.href.next %}

{% if pagination.href.previous %} ← prev {% endif %} {% if pagination.href.previous and pagination.href.next %}|{% endif %} {% if pagination.href.next %} next → {% endif %}

{% endif %}