mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-24 17:08:15 +01:00
Fix static homepage title (#1452)
This commit is contained in:
parent
688614d3dd
commit
e9cc1458d2
@ -36,9 +36,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
if (window.location.pathname === "/") {
|
||||
window.document.title = "ESPHome"
|
||||
}
|
||||
var old = window.localStorage.getItem("version");
|
||||
if (old === null) { window.localStorage.setItem("version", "{{ version }}");
|
||||
} else if (old !== "{{ version }}") {
|
||||
|
Loading…
Reference in New Issue
Block a user