Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 906784
Collapse All | Expand All

(-)a/docs/users_guide/rtd-theme/layout.html (-1 / +1 lines)
Lines 64-70 Link Here
64
  {%- endif %}
64
  {%- endif %}
65
65
66
  {# CSS #}
66
  {# CSS #}
67
  <link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" />
67
  <link rel="stylesheet" href="{{ pathto('_static/' + styles[-1], 1) }}" type="text/css" />
68
  <link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" />
68
  <link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" />
69
  {%- for css in css_files %}
69
  {%- for css in css_files %}
70
    {%- if css|attr("rel") %}
70
    {%- if css|attr("rel") %}

Return to bug 906784