Skip to content

Commit 6941165

Browse files
committed
fix typos in todo_community_calendars.html
Signed-off-by: Ana Jimenez Santamaria <[email protected]>
1 parent 91c5ed9 commit 6941165

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

layouts/shortcodes/todo_community_calendars.html

+6-8
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<!-- Embed other calendars -->
1414
<div class="cards columns-3 box-grid">
1515
<div>
16+
<!-- openssf calendar -->
1617
<iframe
17-
<!-- openssf calendar -->
1818
src="https://calendar.google.com/calendar/u/0/[email protected]&ctz=UTC&showPrint=0&showTabs=1&src=Y19jcGQ4OTBja2NkOGxndHFhazY1bzY0MTN0c0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t&color=%2333B679"
1919
style="border:solid 1px #777"
2020
width="200"
@@ -25,32 +25,30 @@
2525
title="The OpenSSF meeting calendar hosted on Google"
2626
></iframe>
2727
</div>
28-
28+
<!-- open chain calendar -->
2929
<div>
3030
<iframe
31-
<!-- open chain calendar -->
3231
src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23ffffff&ctz=UTC&showTitle=0&showPrint=0&showTabs=1&showCalendars=0&mode=AGENDA&src=Y18wOHNlYjYwOTVvZmp0ZnI1ZmpiNXRhYmdsNEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t&color=%230083c6"
3332
style="border:solid 1px #777"
3433
width="200"
3534
height="350"
3635
frameborder="0"
3736
scrolling="no"
3837
loading="lazy"
39-
title="The TODO Community meeting calendar hosted on Google"
38+
title="The OpenChain meeting calendar hosted on Google"
4039
></iframe>
4140
</div>
42-
41+
<!-- chaoss calendar -->
4342
<div>
4443
<iframe
45-
<!-- chaoss calendar -->
4644
src="https://teamup.com/ksbdtwkzagbvw3hcui?showProfileAndInfo=0&showSidepanel=1&showAgendaHeader=1&showAgendaDetails=0&showYearViewHeader=1"
4745
style="border:solid 1px #777"
4846
width="200"
4947
height="350"
5048
frameborder="0"
5149
scrolling="no"
5250
loading="lazy"
53-
title="The TODO Community meeting calendar hosted on Google"
51+
title="The CHAOSS meeting calendar hosted on Google"
5452
></iframe>
5553
</div>
56-
</div>
54+
</div>

0 commit comments

Comments
 (0)