diff --git a/_includes/globe.html b/_includes/globe.html index aa531d2..1f9bcf4 100644 --- a/_includes/globe.html +++ b/_includes/globe.html @@ -1,37 +1,80 @@ -
- + + +
+
+ + diff --git a/_includes/header.html b/_includes/header.html index 45394a3..cff94d5 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,12 +1,14 @@
- - - + + + + +
diff --git a/_layouts/event.html b/_layouts/event.html index beb9443..bb96cb7 100644 --- a/_layouts/event.html +++ b/_layouts/event.html @@ -1 +1,48 @@ -{{ page.title | slugify }} + + + + {% include head.html %} + + + + {% include header.html %} + +
+ + + +
+ + + + diff --git a/_layouts/home.html b/_layouts/home.html index 418c00a..997fd4d 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -5,10 +5,10 @@ - {% include header.html %} + -
- {% include globe.html %} +
+

Events

+
-
    - {% assign sorted_posts = site.posts | sort: 'datestart' %} {% for post - in sorted_posts %} -
  1. - {{ post.title | smartify }} image +
      + {% assign sorted_posts = site.posts | sort: 'datestart' %} {% for post in + sorted_posts %} +
    1. + {{ post.title | smartify }} image -
    2. - {% endfor %} -
    -
+
+ + {% endfor %} +