hugo-theme-hello-friend/layouts/partials/logo.html
2018-07-20 19:14:22 +02:00

7 lines
No EOL
222 B
HTML

<a href="{{ .Site.BaseURL }}" style="text-decoration: none;">
<div class="logo">
<span class="logo__mark">></span>
<span class="logo__text">hello friend</span>
<span class="logo__cursor"></span>
</div>
</a>