Closed jaredcwhite closed 3 years ago
.rb files in src which should output as [name].html are instead output as [name].rb. If I switch the front matter to template_engine: :erb (which shouldn't actually have any effect at all), it starts outputting correctly as [name].html.
.rb
src
[name].html
[name].rb
template_engine: :erb
Seems to be OK in latest Bridgetown 1.0 alpha. Closing!
.rb
files insrc
which should output as[name].html
are instead output as[name].rb
. If I switch the front matter totemplate_engine: :erb
(which shouldn't actually have any effect at all), it starts outputting correctly as[name].html
.