chore: readwise post

This commit is contained in:
Cory Dransfeldt 2024-01-10 12:55:53 -08:00
parent 4599863a06
commit 68b484be33
No known key found for this signature in database
2 changed files with 74 additions and 2 deletions

View file

@ -13,9 +13,9 @@ pagination:
<time class="dt-published" datetime="{{ link.date }}">
{{ link.date | date: "%m.%Y" }}
</time>
<blockquote class="p-summary">{{ link.summary | markdown }}</blockquote>
<blockquote class="p-summary">{{ link.summary }}</blockquote>
{%- if link.note %}
<p class="p-summary">{{ link.note | markdown }}</p>
<p class="p-summary">{{ link.note }}</p>
{% endif -%}
</article>
{% endfor %}