Skip to content

Commit 518b60e

Browse files
committed
Merge pull request #89 from maptime/excerpt-patch
Events show excerpt just like posts
2 parents bc3239d + 3b70fe7 commit 518b60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{% for item in paginator.posts %}
99
{% if item.category == 'event' %}
1010
<h2><a href='{{site.baseurl}}{{item.url}}'>{{item.title}}</a></h2>
11-
{{item.content}}
11+
{{item.excerpt}}
1212

1313
{% if item.rsvp %}
1414
<div class='keyline-all round pad2 col12 clearfix'>

0 commit comments

Comments
 (0)