zachleat’s avatarzachleat’s Twitter Archive—№ 25,592

  1. …in reply to @reubenlillie
    @reubenlillie @eleven_ty this.shortcode(data.collections) will pass in all collections this.shortcode(data.collections.myTag) will pass in a specific one Something like: render(data) { return # ${this.shortcode(data.collections.myTag)}; }