{{post.title}}
-{{post.excerpt}}
+{{item.title}}
+{{item.excerpt}}
- +diff --git a/_config.yml b/_config.yml index ce5a9a2..a03592e 100644 --- a/_config.yml +++ b/_config.yml @@ -9,7 +9,7 @@ title: Ura Design email: hello@ura.design description: > # this means to ignore newlines until "baseurl:" - Ura is a digital studio which focuses on visual communication solutions tailored for Open Source and Internet Freedom projects. + Ura is a digital studio which focuses on visual communication solutions tailored for Open Source and Internet Freedom projects. baseurl: "" # the subpath of your site, e.g. /blog # url: "http://yourdomain.com" # the base hostname & protocol for your site twitter_username: uracreative @@ -25,3 +25,7 @@ gems: paginate: 6 paginate_path: "blog/older:num" + +collections: +- events + output: true diff --git a/events/index.html b/events/index.html index 3636ccd..e3d10e9 100644 --- a/events/index.html +++ b/events/index.html @@ -4,15 +4,15 @@ section_id: event title: Events --- -{% for post in paginator.events %} +{% for item in site.events %}
{{ post.date | date: "%B %Y" }}
+{{ item.date | date: "%B %Y" }}