doc/book/en/_themes/cubicweb/layout.html
changeset 10146 78f541f50369
parent 10020 5e3fbdb035a8
equal deleted inserted replaced
10145:f2b7c8db3563 10146:78f541f50369
     1 {% extends "basic/layout.html" %}
     1 {% extends "basic/layout.html" %}
     2 
     2 
     3 {%- block extrahead %}
     3 {%- block extrahead %}
     4 <link rel="stylesheet" href="{{ pathto('_static/font-nobile.css', 1) }}" type="text/css" media="screen" charset="utf-8" />
       
     5 <link rel="stylesheet" href="{{ pathto('_static/font-neuton.css', 1) }}" type="text/css" media="screen" charset="utf-8" />
       
     6 <!--[if lte IE 6]>
     4 <!--[if lte IE 6]>
     7 <link rel="stylesheet" href="{{ pathto('_static/ie6.css', 1) }}" type="text/css" media="screen" charset="utf-8" />
     5 <link rel="stylesheet" href="{{ pathto('_static/ie6.css', 1) }}" type="text/css" media="screen" charset="utf-8" />
     8 <![endif]-->
     6 <![endif]-->
     9 {%- if theme_favicon %}
     7 {%- if theme_favicon %}
    10 <link rel="shortcut icon" href="{{ pathto('_static/'+theme_favicon, 1) }}"/>
     8 <link rel="shortcut icon" href="{{ pathto('_static/'+theme_favicon, 1) }}"/>