diff options
author | Vanja Cosic <1070957+vanjacosic@users.noreply.github.com> | 2023-10-27 14:58:01 +0200 |
---|---|---|
committer | Vanja Cosic <1070957+vanjacosic@users.noreply.github.com> | 2023-10-27 14:58:01 +0200 |
commit | e028ac38509a954a7d8808962dd57d400142ef64 (patch) | |
tree | 64014b887307d9de19ba75b8cb4cd481934c3a74 /templates/macros.html | |
parent | 3e5ee8db4a1a2344118fcf78840151210325cd9f (diff) | |
download | cph-rust-website-e028ac38509a954a7d8808962dd57d400142ef64.zip |
Clean up event styles
Diffstat (limited to 'templates/macros.html')
-rw-r--r-- | templates/macros.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/macros.html b/templates/macros.html index 47b07e2..7e5acb1 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -2,7 +2,7 @@ <dl> {% if event.url %} <dt> - Event link + Signup </dt> <dd> <a href="{{ event.url }}">{{ event.title}} on Meetup.com</a> @@ -14,9 +14,9 @@ </dt> <dd> {% if event.date %} - <time datetime="{{ event.date }}">{{ event.date | date(format="%A, %e %B %Y", timezone="Europe/Berlin") }}</time> + <time datetime="{{ event.date }}">{{ event.date | date(format="%A, %e %B %Y", timezone="Europe/Berlin") }}</time> {% else %} - (No date found) + (No date found) {% endif %} </dd> |