algolia / frontman

💎 A Ruby-based static website generator
https://rubygems.org/gems/frontman-ssg
MIT License
109 stars 4 forks source link

Add an `append_content` directive #3

Closed DevinCodes closed 3 years ago

DevinCodes commented 4 years ago

The content_for directive lets you add content, but not in a concatenative way. It would be nice to have another directive with a similar syntax, but that adds things one after the other. This would be helpful for appending scripts, for example.

DevinCodes commented 3 years ago

Done in #25