switch from post to notes
This commit is contained in:
parent
648adcf25c
commit
4f52c4cd28
@ -17,7 +17,7 @@ layout: default
|
||||
<h2 itemprop="headline">
|
||||
<a href="{{ post.url | relative_url }}" rel="permalink">{{ note.title }}</a>
|
||||
</h2>
|
||||
<p class="excerpt" itemprop="description"><em>{% if post.excerpt %}
|
||||
<p class="excerpt" itemprop="description"><em>{% if note.excerpt %}
|
||||
{{ note.excerpt | markdownify | strip_html }}
|
||||
{% else %}
|
||||
{{ note.content | markdownify | strip_html | truncate: 160 }}
|
||||
|
Loading…
Reference in New Issue
Block a user