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:
cd into cass-pelican or osuosl-pelican and checkout to staging
cd into dougfir-pelican-theme and checkout to leian/analytics
make html and make devserver; there should be no errors and the site should come up on localhost:8000
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 produceTemplateNotFound
errors when you try to domake html
ormake devserver
.To verify this fix works:
cd
into cass-pelican or osuosl-pelican andcheckout
to stagingcd
into dougfir-pelican-theme andcheckout
to leian/analyticsmake html
andmake devserver
; there should be no errors and the site should come up on localhost:8000@osuosl/web-reviewers