Closed rickychilcott closed 4 years ago
Support many ways to set url for the ical tag
url
ical
--- cal_url: "https://space.floern.com/launch.ics" --- {% ical url: page.cal_url %} {{ event.summary }} {% endical %} {% assign url = "https://space.floern.com/launch.ics" %} {% ical url: url %} {{ event.summary }} {% endical %} {% ical url: https://space.floern.com/launch.ics %} {{ event.summary }} {% endical %}
Close @11; Thanks @meitar
Version 1.0.9 will be published soon
Note @meitar I relaxed the jekyll version to support v3 and up. So you may be able to use the official gem.
Support many ways to set
url
for theical
tagClose @11; Thanks @meitar
Version 1.0.9 will be published soon