Skip to content

Commit 12cae3d

Browse files
committed
Docs: Add meta information
1 parent 73272d1 commit 12cae3d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/_themes/err/layout.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
media="screen"/>
1010
<script type="text/javascript" src="{{ pathto('_static/' ~ "fancybox/jquery.fancybox.pack.js", 1) }}"></script>
1111
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9"/>
12+
<meta name="description" content="A Python chatbot with a rich and friendly API and an emphasis on developer productivity">
13+
<meta name="keywords" content="err,errbot,chat,chatbot,bot,python,devops,chatops,automation"/>
14+
<meta name="generator" content="Sphinx">
1215
<script type="text/javascript">
16+
// Google Analytics
1317
var _gaq = _gaq || [];
1418
_gaq.push(['_setAccount', 'UA-32534172-1']);
1519
_gaq.push(['_trackPageview']);
@@ -27,7 +31,21 @@
2731
((window.gitter = {}).chat = {}).options = {
2832
room: 'errbotio/errbot'
2933
};
34+
35+
// Piwik
36+
var _paq = _paq || [];
37+
_paq.push(["setDomains", ["*.errbot.io","errbot.readthedocs.io"]]);
38+
_paq.push(['trackPageView']);
39+
_paq.push(['enableLinkTracking']);
40+
(function() {
41+
var u="//www.nickgroenen.nl/";
42+
_paq.push(['setTrackerUrl', u+'pa.php']);
43+
_paq.push(['setSiteId', '2']);
44+
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
45+
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'pa.js'; s.parentNode.insertBefore(g,s);
46+
})();
3047
</script>
48+
<noscript><p><img src="//www.nickgroenen.nl/pa.php?idsite=2&rec=1" style="border:0;" alt=""/></p></noscript>
3149
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
3250
{% endblock %}
3351

0 commit comments

Comments
 (0)