nordgedanken-github-io

git clone git://archive.git.mtrnord.blog/Nordgedanken/nordgedanken-github-io.git
Log | Files | Refs | README | LICENSE

commit 4f901762f9cc695e1bc11883c4d1a62fbb9a8113
parent 28878306bc70ab14f61dfde99db71111906fc11d
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 28 Apr 2018 19:11:56 +0200

improve header layout

Diffstat:
M_includes/header.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_includes/header.html b/_includes/header.html @@ -11,9 +11,9 @@ <a aria-label="My Github" target="_blank" href="{{site.github_username}}"><i class="icon fa fa-github-alt" aria-hidden="true"></i></a> </div> <div class="header-links"> - <a class="link" href="{{ "/index#about" | absolute_url }}">About Me</a> + <a class="link" href="{{ "/index#main" | absolute_url }}">About Me</a> <a class="link" href="{{ "/index#projects" | absolute_url }}">Projects</a> - <a class="link" href="{{ "/blog" | absolute_url }}">Blog</a> + <a class="link" href="{{ "/blog#main" | absolute_url }}">Blog</a> </div> </div> <a class="down" href="#main" data-scroll><i class="icon fa fa-chevron-down" aria-hidden="true"></i></a>