_includes/head.html in doccoli-jekyll-0.1.0 vs _includes/head.html in doccoli-jekyll-0.1.1
- old
+ new
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="{{ '/assets/main.css' | relative_url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ " /feed.xml " | relative_url }}">
{% if jekyll.environment == 'development' and site.google_analytics %}
{% include google-analytics.html %}
{% endif %}
- <script src="{{ site.baseurl }}/js/search.js"></script>
+ <script type="text/javascript" src="{{ 'assets/js/search.js' | relative_url }}"></script>
</head>
\ No newline at end of file