urls
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user