update theme

This commit is contained in:
2019-03-14 23:23:12 +09:00
parent 0f5ed58c06
commit c6f7cb2cd7
6 changed files with 101 additions and 62 deletions

View File

@@ -1,18 +1,20 @@
<header class="header">
<a class="logo" href="{{ site.baseurl }}/">{{ site.title }}</a>
<a class="logo" href="{{ site.baseurl }}/"
><img src="{{ site.baseurl }}/images/logo.svg" style="height: 50px"
/></a>
<nav>
<ul class="menu">
<li class="menu__item">
<a href="/author">Author</a>
<a href="/me">Me</a>
</li>
<li class="menu__item">
<a href="/wallpaper">Wallpaper</a>
<a href="https://github.com/{{ site.github.username }}">GitHub</a>
</li>
<li class="menu__item">
<a href="https://twitter.com/{{ site.twitter.username }}">Twitter</a>
</li>
<li class="menu__item">
<a href="https://github.com/{{ site.github.username }}">GitHub</a>
<a href="/wallpaper">Wallpaper</a>
</li>
</ul>
</nav>