urls
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
|
||||
<p hidden>
|
||||
These links are collected by
|
||||
<a class="p-author h-card" href="{{ path('index') }}">
|
||||
<a class="p-author h-card" href="{{ url('index') }}">
|
||||
Joe Carstairs
|
||||
</a>.
|
||||
</p>
|
||||
<p hidden>
|
||||
<a class="u-url" href="{{ path('notes') }}">Permalink</a>
|
||||
<a class="u-url" href="{{ url('notes') }}">Permalink</a>
|
||||
</p>
|
||||
|
||||
<nav class="skip-to">
|
||||
@@ -42,7 +42,7 @@
|
||||
|
||||
{% for note in notes[year][month] %}
|
||||
<section class="h-entry">
|
||||
<h4><a class="p-name u-url" href="/notes/{{ note.slug }}">
|
||||
<h4><a class="p-name u-url" href="{{ url('note', { slug: note.slug }) }}">
|
||||
Note {{ note.slug }}
|
||||
</a></h4>
|
||||
<time class="dt-published" datetime="{{ note.publishedDate.format('c') }}">
|
||||
|
||||
Reference in New Issue
Block a user