mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
updated
remove GoSqaured from README and template file from the notmyidea theme.
This commit is contained in:
parent
44cadf7c1f
commit
d1dfcdafc2
3 changed files with 1 additions and 15 deletions
|
|
@ -26,7 +26,7 @@ Pelican currently supports:
|
||||||
* Atom/RSS feeds
|
* Atom/RSS feeds
|
||||||
* Code syntax highlighting
|
* Code syntax highlighting
|
||||||
* Import from WordPress, Dotclear, or RSS feeds
|
* Import from WordPress, Dotclear, or RSS feeds
|
||||||
* Integration with external tools: Twitter, Google Analytics, GoSquared, etc. (optional)
|
* Integration with external tools: Twitter, Google Analytics, etc. (optional)
|
||||||
|
|
||||||
Have a look at `the documentation <http://pelican.notmyidea.org/en/latest/>`_ for
|
Have a look at `the documentation <http://pelican.notmyidea.org/en/latest/>`_ for
|
||||||
more information.
|
more information.
|
||||||
|
|
|
||||||
BIN
pelican/themes/notmyidea/templates/.DS_Store
vendored
Normal file
BIN
pelican/themes/notmyidea/templates/.DS_Store
vendored
Normal file
Binary file not shown.
|
|
@ -1,14 +0,0 @@
|
||||||
{% if GOSQUARED_SITENAME %}
|
|
||||||
<script type="text/javascript">
|
|
||||||
var GoSquared={};
|
|
||||||
GoSquared.acct = "{{ GOSQUARED_SITENAME }}";
|
|
||||||
(function(w){
|
|
||||||
function gs(){
|
|
||||||
w._gstc_lt=+(new Date); var d=document;
|
|
||||||
var g = d.createElement("script"); g.type = "text/javascript"; g.async = true; g.src = "//d1l6p2sc9645hc.cloudfront.net/tracker.js";
|
|
||||||
var s = d.getElementsByTagName("script")[0]; s.parentNode.insertBefore(g, s);
|
|
||||||
}
|
|
||||||
w.addEventListener?w.addEventListener("load",gs,false):w.attachEvent("onload",gs);
|
|
||||||
})(window);
|
|
||||||
</script>
|
|
||||||
{% endif %}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue