Skip to content

Commit 36850a8

Browse files
committed
change link to webcal
1 parent 26d506a commit 36850a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/masthead.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1 class="display-4">{{ include.title}}</h1>
1313
<i class="fa fa-calendar-plus-o" aria-hidden="true"></i> {% t buttons.ical %}
1414
</a>
1515
<a
16-
href="https://calendar.google.com/calendar/r?cid={{ site.url }}/{{ site.github_repo }}.ics"
16+
href="https://calendar.google.com/calendar/r?cid={{ site.url | replace: 'https', 'webcal' }}/{{ site.github_repo }}.ics"
1717
class="btn btn-outline-danger mx-1"
1818
rel="me"
1919
>

0 commit comments

Comments
 (0)