Right now, we have some code duplication due to a refactoring shortly before launch.
That code could be moved into a partial and be included in every other layout.
This way, we can opt-in to different stylesheet inclusions, but keep the markup for <title> etc.
Right now, we have some code duplication due to a refactoring shortly before launch. That code could be moved into a partial and be included in every other layout. This way, we can opt-in to different stylesheet inclusions, but keep the markup for
<title>
etc.