Browse Source

final try for today

redesign
Anxhelo Lushka 7 years ago
parent
commit
6e6ff82621
  1. 1
      _config.yml
  2. 8
      events/index.html

1
_config.yml

@ -29,3 +29,4 @@ paginate_path: "blog/older:num"
collections: collections:
events: events:
output: true output: true
permalink: /:events/:events

8
events/index.html

@ -4,10 +4,10 @@ section_id: event
title: Events title: Events
--- ---
{% for item in site.events %} {% for event in site.events %}
<h2>{{ item.title }}</h2> <h2>{{ event.title }}</h2>
<p>{{ item.date }}</p> <p>{{ event.date }}</p>
<p><a href="{{ item.url }}">{{ item.title }}</a></p> <p><a href="{{ event.url }}">{{ event.title }}</a></p>
{% endfor %} {% endfor %}
<!-- <div class="row"> <!-- <div class="row">
<div class="large-12 columns table" style="border-bottom: 3px solid aliceblue;"> <div class="large-12 columns table" style="border-bottom: 3px solid aliceblue;">

Loading…
Cancel
Save