This commit is contained in:
2025-05-25 06:40:23 +01:00
parent ab30cc0e38
commit b1133e0ace
2 changed files with 4 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
{% if note %}
<section>
<h1>Note {{ note.slug }}</h1>
<a hidden class="u-url" href="{{ url('note', { slug: note.slug }) }}">Permalink</a>
<time>{{ note.publishedDate.format('c') }}
{% apply markdown_to_html %}
{{ note.content }}