Reputation: 81862
For my site some of the posts represent events. For these events I want two representations: the normal html version and an ics version.
How can I use jekyll to make a second version of the same post with a different layout?
I tried to specify multiple layouts in the front matter, but that does not seem to work
layout: post, ics
or
layout: [post, ics]
how would I do something like this?
Upvotes: 2
Views: 589