-
Notifications
You must be signed in to change notification settings - Fork 11
templates and styling for upcoming events and event details #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Could we also maybe have fallbacks if people provide wrong input e.g. for the map? That we show a gray area or something? |
Would be great if you could include this: #21 |
07ce5b6
to
54bb70c
Compare
ℹ️ I updated the target branch to |
@@ -20,24 +20,21 @@ | |||
Upcoming Events | |||
</h2> | |||
|
|||
{% assign upcoming_events = site.posts | where_exp: 'post', 'post.date >= site.time' %} | |||
{% if upcoming_events.size == 0 %} | |||
<p>There are no upcoming workshops.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, great. Can we merge this PR then?
@davidchambers Also Stockholm looks great but in Berlin I get this map: |
I added support for organizer Gravatars, and defined
What do you have in mind, exactly? If an organizer forgets to include |
39acf0d
to
4259fb7
Compare
4259fb7
to
3160072
Compare
latitude: 59.3371711 | ||
longitude: 18.0623905 | ||
date: 2018-05-05 18:00:00 +0200 | ||
workshop_dates: 5–6 May 2018 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed the year from 2017 to 2018 so this workshop appears as an upcoming event. When I add the other completed workshops I will revert this to 2017.
Closes #13
This is not quite ready to merge, as there are few things I'd like to improve. Feel free to check out this branch and view the changes locally. :)