/
valemobil
/
python-future
Обзор
Документация
Войти
/
valemobil
/
python-future
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.10.1
docs/_templates/layout.html
26 строк
749 B
Ed Schofield
Add layout.html and navbar.html for sphinx_bootstrap_theme
16 ноя 2013, 00:21
16 ноя 2013, 00:21
6a7baeb
Код
Авторство
О чём код?
{# Import the theme's layout. #} {% extends "!layout.html" %} {# Add some extra stuff before and use existing with 'super()' call. #} {% block footer %} {{ super() }} <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-blah', 'python-future.org'); ga('send', 'pageview'); </script> {% endblock %} {# Import the theme's layout. #} {# Include our new CSS file into existing ones. #} {% set css_files = css_files + ['_static/my-styles.css'] %}