lost-train/theme/templates/analytics.html
Dooho Yi bb108f8602 / ‘pelicanconf.py’
/ ‘theme/templates/analytics.html’
/ ‘theme/templates/archives.html’
/ ‘theme/templates/base.html’
/ ‘theme/templates/category.html’
/ ‘theme/templates/index.html’
/ ‘theme/templates/page.html’
/ ‘theme/templates/pagination.html’
/ ‘theme/templates/piwik.html’
/ ‘theme/templates/tags.html’
/ ‘theme/templates/translations.html’
/ ‘theme/templates/twitter.html’
2020-05-05 20:19:48 +09:00

12 lines
500 B
HTML

{% if GOOGLE_ANALYTICS %}
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("{{GOOGLE_ANALYTICS}}");
pageTracker._trackPageview();
} catch(err) {}
</script>
{% endif %}