003 File Manager
Current Path:
/usr/local/share/doc/py38-Babel/_themes/babel
usr
/
local
/
share
/
doc
/
py38-Babel
/
_themes
/
babel
/
📁
..
📄
layout.html
(937 B)
📄
relations.html
(590 B)
📁
static
📄
theme.conf
(121 B)
Editing: layout.html
{%- extends "basic/layout.html" %} {%- block extrahead %} {{ super() }} {% if theme_touch_icon %} <link rel="apple-touch-icon" href="{{ pathto('_static/' ~ theme_touch_icon, 1) }}" /> {% endif %} <link media="only screen and (max-device-width: 480px)" href="{{ pathto('_static/small_flask.css', 1) }}" type= "text/css" rel="stylesheet" /> <link href="//fonts.googleapis.com/css?family=Bree+Serif" rel="stylesheet" type="text/css"> <link href="//fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css"> {% endblock %} {%- block relbar2 %}{% endblock %} {% block header %} {{ super() }} {% if pagename == 'index' %} <div class=indexwrapper> {% endif %} {% endblock %} {%- block footer %} <div class="footer"> © Copyright {{ copyright }}. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>. </div> {% if pagename == 'index' %} </div> {% endif %} {%- endblock %}
Upload File
Create Folder