PUBLISH: link home from the logo rather than a home link

This commit is contained in:
Campbell Alden 2023-02-11 16:53:22 +09:00
parent fae290a18d
commit 4ac895b0b1
34 changed files with 380 additions and 331 deletions

View file

@ -3,8 +3,5 @@
<li class="navbar-item button:large">
<a href="{{ .Site.BaseURL }}about" class="button button:large color:invert">about</a>
</li>
<li class="button:large">
<a href="{{ .Site.BaseURL }}" class="button button:large color:invert">home</a>
</li>
</ul>
</nav>