mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Fix broken link to extra css
This commit is contained in:
4
docs/_templates/footer.html
vendored
4
docs/_templates/footer.html
vendored
@ -1,7 +1,7 @@
|
|||||||
{% extends "!footer.html" %}
|
{% extends "!footer.html" %}
|
||||||
|
|
||||||
{% block extrafooter %}
|
{% block extrafooter %}
|
||||||
<link rel="stylesheet" href="_static/extra.css" type="text/css" />
|
<link rel="stylesheet" href="{{ pathto('_static/extra.css', 1) }}" type="text/css" />
|
||||||
<header id="pionav" class="navbar navbar-inverse navbar-fixed-top">
|
<header id="pionav" class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="container container-fluid">
|
<div class="container container-fluid">
|
||||||
<div class="navbar-header">
|
<div class="navbar-header">
|
||||||
@ -28,4 +28,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Reference in New Issue
Block a user