osuosl / dougfir-pelican-theme

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

fix analytics fix #63

Closed leian7 closed 7 years ago

leian7 commented 7 years ago

Didn't catch this when @jldugger first opened #61, oops-- basically, this update changes {% include 'analtyics.html' %} to {% include 'includes/analytics.html' %} so that osuosl-pelican and cass-pelican don't break and produce TemplateNotFound errors when you try to do make html or make devserver.

To verify this fix works:

  1. cd into cass-pelican or osuosl-pelican and checkout to staging
  2. cd into dougfir-pelican-theme and checkout to leian/analytics
  3. make html and make devserver; there should be no errors and the site should come up on localhost:8000

@osuosl/web-reviewers