Skip to content

Allow vars in Jekyll Loops#15

Merged
rickychilcott merged 1 commit intomasterfrom
feature/allows-vars-in-jekyll-loops
Apr 8, 2020
Merged

Allow vars in Jekyll Loops#15
rickychilcott merged 1 commit intomasterfrom
feature/allows-vars-in-jekyll-loops

Conversation

@rickychilcott
Copy link
Copy Markdown
Member

Properly handle url fetching from within context stack to be able to get variable contents from within a loop.

e.g. supports something like:

{% for cal in site.calendars %}
  {% assign url = cal.icalendar_address %}
  {% ical url: url %}{% endical %}
{% endfor %}

Close #13

@rickychilcott rickychilcott reopened this Apr 8, 2020
@rickychilcott rickychilcott merged commit 4aac2b6 into master Apr 8, 2020
@rickychilcott rickychilcott deleted the feature/allows-vars-in-jekyll-loops branch April 8, 2020 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant