commit 66e6ba0e9eb7db9ed53eab1320b502d52ae955b6 parent 73d3b7b83de61b2c4bb6ab2a72b65423e8568632 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 28 Apr 2018 15:37:47 +0200 fix links Diffstat:
| M | _includes/header.html | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/_includes/header.html b/_includes/header.html @@ -11,8 +11,8 @@ <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="#about" data-scroll>About Me</a> - <a class="link" href="#projects" data-scroll>Projects</a> + <a class="link" href="{{ "/#about" | absolute_url }}" data-scroll>About Me</a> + <a class="link" href="{{ "/#projects" | absolute_url }}" data-scroll>Projects</a> <a class="link" href="{{ "/blog" | absolute_url }}">Blog</a> </div> </div>