File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
{% for item in paginator.posts %}
9
9
{% if item.category == 'event' %}
10
10
< h2 > < a href ='{{site.baseurl}}{{item.url}} '> {{item.title}}</ a > </ h2 >
11
- {{item. excerpt} }
11
+ {% include post- excerpt.html % }
12
12
13
13
{% if item.rsvp %}
14
14
< div class ='keyline-all round pad2 col12 clearfix '>
@@ -23,8 +23,8 @@ <h2><a href='{{site.baseurl}}{{item.url}}'>{{item.title}}</a></h2>
23
23
24
24
{% else %}
25
25
< h2 > < a href ='{{site.baseurl}}{{item.url}} '> {{item.title}}</ a > </ h2 >
26
- {{item. excerpt} }
27
- < p > < a href =" {{site.baseurl}}{{item.url}} " > Read full post... </ a > </ p >
26
+ {% include post- excerpt.html % }
27
+
28
28
< div class ='pad1y keyline-top '>
29
29
< strong class ='quiet small block space-bottom1 '> Posted {{item.date | date:"%b %d %Y"}} {% if item.author %}by {{item.author}}{% endif %}</ strong >
30
30
</ div >
You can’t perform that action at this time.
0 commit comments