A theme for pelican which mimics the look of LaTeX documents
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 line
604 B

  1. {% if GOSQUARED_SITENAME %}
  2. <script type="text/javascript">
  3. var GoSquared={};
  4. GoSquared.acct = "{{ GOSQUARED_SITENAME }}";
  5. (function(w){
  6. function gs(){
  7. w._gstc_lt=+(new Date); var d=document;
  8. var g = d.createElement("script"); g.type = "text/javascript"; g.async = true; g.src = "https://d1l6p2sc9645hc.cloudfront.net/tracker.js";
  9. var s = d.getElementsByTagName("script")[0]; s.parentNode.insertBefore(g, s);
  10. }
  11. w.addEventListener?w.addEventListener("load",gs,false):w.attachEvent("onload",gs);
  12. })(window);
  13. </script>
  14. {% endif %}