mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
...
This commit is contained in:
parent
54c04301cc
commit
9b8085220f
1 changed files with 3 additions and 0 deletions
3
docs/_templates/base.html
vendored
3
docs/_templates/base.html
vendored
|
|
@ -1,6 +1,8 @@
|
|||
{% extends "!base.html" %}
|
||||
{% block extrahead %}
|
||||
|
||||
{{ super() }}
|
||||
|
||||
{%- if analytics_id %}
|
||||
<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
|
|
@ -16,4 +18,5 @@
|
|||
})();
|
||||
</script>
|
||||
{% endif -%}
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue