mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 10:37:13 +02:00
Fix broken link to extra css
This commit is contained in:
2
docs/_templates/footer.html
vendored
2
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">
|
||||||
|
Reference in New Issue
Block a user