Skip to content

Commit

Permalink
Fix title logo link on mobile (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
taotao54321 authored Jul 31, 2024
1 parent a6ce1a2 commit 395c547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

<div id="mobile-navbar" class="mobile-navbar">
<div class="mobile-header-logo">
<a href="/" class="logo">{{ config.extra.even_title }}</a>
<a href="{{ config.base_url }}" class="logo">{{ config.extra.even_title }}</a>
</div>
<div class="mobile-navbar-icon icon-out">
<span></span>
Expand Down

0 comments on commit 395c547

Please sign in to comment.