fix: link dates
This commit is contained in:
parent
59fe2be86a
commit
4599863a06
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ pagination:
|
|||
<h2 class="flex--centered">{{ link.title }}</h2>
|
||||
</a>
|
||||
<time class="dt-published" datetime="{{ link.date }}">
|
||||
{{ poslinkt.date | date: "%m.%Y" }}
|
||||
{{ link.date | date: "%m.%Y" }}
|
||||
</time>
|
||||
<blockquote class="p-summary">{{ link.summary | markdown }}</blockquote>
|
||||
{%- if link.note %}
|
||||
|
|
Reference in a new issue