micro--go-micro
cf1f42d15b
Remove the logo image from the nav-brand in the marketing nav include and the docs and blog layouts; the brand is now just the 'Go Micro' wordmark. Co-authored-by: Claude <noreply@anthropic.com>
7 行
138 B
HTML
7 行
138 B
HTML
<nav class="nav">
|
|
<a class="nav-brand" href="/">Go Micro</a>
|
|
<div class="nav-links">
|
|
{% include nav-links.html %}
|
|
</div>
|
|
</nav>
|