File tree Expand file tree Collapse file tree 3 files changed +29
-13
lines changed Expand file tree Collapse file tree 3 files changed +29
-13
lines changed Original file line number Diff line number Diff line change 88 execjs
99 coffee-script-source (1.12.2 )
1010 colorator (1.1.0 )
11- concurrent-ruby (1.1.7 )
11+ concurrent-ruby (1.1.8 )
1212 em-websocket (0.5.2 )
1313 eventmachine (>= 0.12.9 )
1414 http_parser.rb (~> 0.6.0 )
1515 eventmachine (1.2.7 )
1616 execjs (2.7.0 )
17- ffi (1.13.1 )
17+ ffi (1.15.0 )
1818 forwardable-extended (2.6.0 )
1919 http_parser.rb (0.6.0 )
20- i18n (1.8.5 )
20+ i18n (1.8.10 )
2121 concurrent-ruby (~> 1.0 )
22- jekyll (4.1.1 )
22+ jekyll (4.2.0 )
2323 addressable (~> 2.4 )
2424 colorator (~> 1.0 )
2525 em-websocket (~> 0.5 )
2626 i18n (~> 1.0 )
2727 jekyll-sass-converter (~> 2.0 )
2828 jekyll-watch (~> 2.0 )
29- kramdown (~> 2.1 )
29+ kramdown (~> 2.3 )
3030 kramdown-parser-gfm (~> 1.0 )
3131 liquid (~> 4.0 )
3232 mercenary (~> 0.4.0 )
3333 pathutil (~> 0.9 )
3434 rouge (~> 3.0 )
3535 safe_yaml (~> 1.0 )
36- terminal-table (~> 1.8 )
36+ terminal-table (~> 2.0 )
3737 jekyll-coffeescript (2.0.0 )
3838 coffee-script (~> 2.2 )
3939 coffee-script-source (~> 1.12 )
4343 sassc (> 2.0.1 , < 3.0 )
4444 jekyll-watch (2.2.1 )
4545 listen (~> 3.0 )
46- kramdown (2.3.0 )
46+ kramdown (2.3.1 )
4747 rexml
4848 kramdown-parser-gfm (1.1.0 )
4949 kramdown (~> 2.0 )
5050 liquid (4.0.3 )
51- listen (3.3 .1 )
51+ listen (3.5 .1 )
5252 rb-fsevent (~> 0.10 , >= 0.10.3 )
5353 rb-inotify (~> 0.9 , >= 0.9.10 )
5454 mercenary (0.4.0 )
5858 rb-fsevent (0.10.4 )
5959 rb-inotify (0.10.1 )
6060 ffi (~> 1.0 )
61- rexml (3.2.4 )
62- rouge (3.25 .0 )
61+ rexml (3.2.5 )
62+ rouge (3.26 .0 )
6363 safe_yaml (1.0.5 )
6464 sassc (2.4.0 )
6565 ffi (~> 1.9 )
66- terminal-table (1.8 .0 )
66+ terminal-table (2.0 .0 )
6767 unicode-display_width (~> 1.1 , >= 1.1.1 )
6868 unicode-display_width (1.7.0 )
6969
@@ -76,4 +76,4 @@ DEPENDENCIES
7676 jekyll-redirect-from
7777
7878BUNDLED WITH
79- 2.1.4
79+ 2.2.16
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ <h2>Calendario eventi CoderDojo</h2>
112112 < tr date ="{{event.date}} " style ="display: none; ">
113113 < td > {{ event.date | date: "%d/%m/%Y %H:%M" }}</ td >
114114 < td >
115- {%if event.categories contains "onboarding" %}
115+ {%if event.categories contains "onboarding" or event.categories contains "online" %}
116116 < a href ="{{ event.registration_url }} "> {{ event.title }}</ a >
117117 {% else %}
118118 < a href ="{{ event.url | prepend: site.baseurl }} "> {{ event.title }}</ a >
Original file line number Diff line number Diff line change 1+ ---
2+ author : admin
3+ comments : false
4+ date : 2021-05-08 15:00:00+02:00
5+ layout : event
6+ location : online
7+ registration_url : https://www.eventbrite.it/e/biglietti-missione-su-marte-23-coderdojo-milano-online-event-153136688959
8+ type : online
9+ slug : coderdojo-missione-marte-8-mag-2021
10+ title : Missione su Marte 2/3 - Coderdojo Milano Online Event
11+ img : event_03.jpg
12+ thumb : event_03.jpg
13+ categories :
14+ - event_planned
15+ - online
16+ ---
You can’t perform that action at this time.
0 commit comments