osuosl / dougfir-pelican-theme

Pelican theme based off of the OSU Dougfir Drupal theme
Apache License 2.0
2 stars 2 forks source link

eliminate dead code #60

Closed jldugger closed 7 years ago

jldugger commented 7 years ago

There's lots of dead code in the theme commented out with !--. The end result is that this code is shipped to the browser, because jinja does no server side filtering.

So this PR removes the dead code from the template in the first place, making the code slightly easier to read and slightly faster page load times.

jldugger commented 7 years ago

@osuosl/web-reviewers any objections to merging this?

leian7 commented 7 years ago

+1