diff --git a/templates/note.html.twig b/templates/note.html.twig index 7ed3691..d3c0d95 100644 --- a/templates/note.html.twig +++ b/templates/note.html.twig @@ -4,6 +4,7 @@ {% if note %} Note {{ note.slug }} + Permalink {{ note.publishedDate.format('c') }} {% apply markdown_to_html %} {{ note.content }} diff --git a/templates/notes.html.twig b/templates/notes.html.twig index 5344a23..919cd43 100644 --- a/templates/notes.html.twig +++ b/templates/notes.html.twig @@ -6,12 +6,12 @@ These links are collected by - + Joe Carstairs . - Permalink + Permalink @@ -42,7 +42,7 @@ {% for note in notes[year][month] %} - + Note {{ note.slug }}
These links are collected by - + Joe Carstairs .
- Permalink + Permalink