bridgetownrb / bridgetown

A next-generation progressive site generator & fullstack framework, powered by Ruby
https://www.bridgetownrb.com
MIT License
1.16k stars 112 forks source link

Deprecate the include tag and standardize around the render tag #46

Closed jaredcwhite closed 4 years ago

jaredcwhite commented 4 years ago

As part of the work on Liquid Components in PR #26, we will be deprecating usage of the include tag and recommending a migration to render, rendercontent, and in certain cases custom tags.

The goal is to remove include entirely upon the release of Bridgetown 1.0 so we have a stable API for partials/components moving forward. FYI, this will forever break template compatibility with Jekyll…although there's no reason someone can't produce a bridgetown-includes plugin which restores the Jekyll-like functionality.

jaredcwhite commented 4 years ago

Done in #26

jaredcwhite commented 4 years ago

Done, now available in 0.15.0.beta3 public release.