Skip to content

Commit

Permalink
Remove manually added WMT24 event
Browse files Browse the repository at this point in the history
  • Loading branch information
Tovmas committed Feb 8, 2024
1 parent 83bf6a0 commit 005db5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions _data/wmt_events.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[
{
"name": "WMT24",
"startDate": "2024-12-06"
},
{
"name":"WMT Test",
"id":"wmt-test",
Expand Down
1 change: 0 additions & 1 deletion events/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ seo:
{% assign sorted_events = year.items | sort: "startDate" | reverse %}
| Date | Event | Location |
| --- | --- | --- |
| | **WMT24** |
{% for event in sorted_events %}
{%- capture startDay -%}{{- event.startDate | date: "%d" -}}{%- endcapture -%}
{%- capture endDayMonth %}{{- event.endDate | date: "%d %B" -}}{% endcapture -%}{%- if event.endDate -%}{%- if event.startDate != event.endDate -%}
Expand Down

0 comments on commit 005db5f

Please sign in to comment.