Skip to content

Conversation

@lksoft
Copy link

@lksoft lksoft commented Feb 18, 2016

Allows for variables to be embedded into the right side of the assign and be evaluated before the actual assign. For instance if I have an existing variable product_code, I can do the following:

{% assign product_data = site.data.{{ product_code }} %}

More than a single variable can be embedded.

@lksoft
Copy link
Author

lksoft commented Feb 18, 2016

So not sure why it says that all checks failed. I looked at the travis-ci page and it seems that the ruby 1.9.3 test failed. Though I don't think this has anything to do with the code I added. It fails installing jekyll, saying

Gem::InstallError: jekyll requires Ruby version >= 2.0.0.

So it looks like the integration setup might have an issue.

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