We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c9a5f commit dd785deCopy full SHA for dd785de
1 file changed
join-us/community-call/index.md
@@ -46,7 +46,7 @@ title: Community call
46
<i class="bi bi-apple me-2 text-dark"></i> Apple Calendar</a>
47
</li>
48
<li>
49
- <a class="dropdown-item d-flex align-items-center" href="https://www.google.com/calendar/render?cid={{ '/community-call.ics' | absolute_url }}" target="_blank">
+ <a class="dropdown-item d-flex align-items-center" href="https://www.google.com/calendar/render?cid={{ '/community-call.ics' | absolute_url | replace: 'http://', 'webcal://' | replace: 'https://', 'webcal://' }}" target="_blank">
50
<i class="bi bi-google me-2 text-danger"></i> Google Calendar (Web)</a>
51
52
0 commit comments