devopsdays / devopsdays-cli

Maintenance application for devopsdays.org website
MIT License
1 stars 1 forks source link

Refactor templates to not need to use rice box #121

Closed mattstratton closed 6 years ago

mattstratton commented 7 years ago

There's no real need to not just put the templates into .go files in the first place.

mattstratton commented 6 years ago

I did some refactoring work, and because we need to iterate over all the page contents, right now using rice seems to be okay for those particular templates. We should avoid using them in other places however.