We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31c8df commit 647b121Copy full SHA for 647b121
_layouts/default.html
@@ -39,9 +39,9 @@
39
{% endif %}
40
<li><a href="{{ site.baseurl }}{{ latest_nightly.url }}">Download nightly ({{ nightly_version }})</a></li>
41
</ul>
42
- <div id="openttd-logo">
43
- <div id="openttd-logo-text"><a href="{{ site.baseurl }}/"><img src="{{ site.staticurl }}/img/layout/openttd-logo.png" alt="OpenTTD" /></a></div>
44
- </div>
+ <a id="openttd-logo" href="{{ site.baseurl }}/">
+ <img id="openttd-logo-text" src="{{ site.staticurl }}/img/layout/openttd-logo.png" alt="OpenTTD" />
+ </a>
45
</header>
46
<nav>
47
{% if page.active_nav == 'security' or layout.active_nav == 'security' %}
0 commit comments