Skip to content

Commit 647b121

Browse files
authored
Change: Make entire header logo clickable (#351)
1 parent c31c8df commit 647b121

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_layouts/default.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
{% endif %}
4040
<li><a href="{{ site.baseurl }}{{ latest_nightly.url }}">Download nightly ({{ nightly_version }})</a></li>
4141
</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>
42+
<a id="openttd-logo" href="{{ site.baseurl }}/">
43+
<img id="openttd-logo-text" src="{{ site.staticurl }}/img/layout/openttd-logo.png" alt="OpenTTD" />
44+
</a>
4545
</header>
4646
<nav>
4747
{% if page.active_nav == 'security' or layout.active_nav == 'security' %}

0 commit comments

Comments
 (0)