fixed index.html missing h1 id

This commit is contained in:
checktheroads 2019-05-15 14:38:44 -07:00
parent 5f15935b7b
commit 0fe659b25e

View file

@ -67,7 +67,7 @@
<br>
{% elif title_mode == 'logo_title' %}
<img src="{{ logo_path }}" style="width: {{ logo_width }}px;">
<h1 class="title is-3">
<h1 class="title is-3" id="lg-title">
{{ title }}
</h1>
{% elif title_mode == 'logo_only' %}