diff options
| author | Franck Cuny <franck@lumberjaph.net> | 2013-07-25 18:35:25 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@lumberjaph.net> | 2013-07-25 18:35:25 -0700 |
| commit | 3d46aca2693381e81045210c41e782431acd1ed9 (patch) | |
| tree | 410067ba6ce89d6a371e1c06643a14b2bede85e5 /_includes/scripts.html | |
| parent | new post - patch.pm (diff) | |
| parent | Add a page with my talks. (diff) | |
| download | lumberjaph-3d46aca2693381e81045210c41e782431acd1ed9.tar.gz | |
Merge branch 'design'
* design:
Add a page with my talks.
Remove more files.
use index.atom for our feed.
add openid to our header.
remove unused layout templates.
I don't need tags.
Remove useless empty page.
First attempt with the new theme.
attempt for a new design
Diffstat (limited to '_includes/scripts.html')
| -rw-r--r-- | _includes/scripts.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/_includes/scripts.html b/_includes/scripts.html new file mode 100644 index 0000000..6b4a6a8 --- /dev/null +++ b/_includes/scripts.html @@ -0,0 +1,21 @@ +<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> +<script>window.jQuery || document.write('<script src="{{ site.url }}/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script> +<script src="{{ site.url }}/assets/js/main.min.js"></script> +{% if site.google_analytics %} +<!-- Asynchronous Google Analytics snippet --> +<script> + var _gaq = _gaq || []; + var pluginUrl = + '//www.google-analytics.com/plugins/ga/inpage_linkid.js'; + _gaq.push(['_require', 'inpage_linkid', pluginUrl]); + _gaq.push(['_setAccount', '{{ site.google_analytics }}']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); +</script> +{% endif %} +{% if site.disqus_shortname and page.comments %}{% include disqus_comments.html %}{% endif %}
\ No newline at end of file |
