milohuang / reverie

Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
http://theakiba.com/reverie/
MIT License
918 stars 196 forks source link

changes to allow child theme more flexibility #227

Closed dangieschen closed 10 years ago

dangieschen commented 10 years ago

Hi, I added changes to allow child theme to overwrite reverie_entry_meta and css/sass import. The css/sass is useful because I had to write a bash script to parse and change that line in the parent theme when doing an automated deployment. Moving this to the child should make updates easier as that wouldn't need to be changed on every update. Same goes for the reverie_entry_meta. It just makes things easier with updates.

Thanks, Dan