commit 9b6e11448bbec0e50197332e2cf76a1faedceec5 parent ec2a9a4befcc34c9a5088362066647ec6ba0f3ef Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 28 Apr 2018 18:38:34 +0200 fix links Diffstat:
| M | _includes/header.html | | | 6 | +++--- |
| M | _layouts/blog.html | | | 2 | +- |
| M | _layouts/default.html | | | 2 | +- |
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/_includes/header.html b/_includes/header.html @@ -11,10 +11,10 @@ <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 }}" data-scroll>About Me</a> - <a class="link" href="{{ "/index#projects" | absolute_url }}" data-scroll>Projects</a> + <a class="link" href="{{ "/index#about" | absolute_url }}">About Me</a> + <a class="link" href="{{ "/index#projects" | absolute_url }}">Projects</a> <a class="link" href="{{ "/blog" | absolute_url }}">Blog</a> </div> </div> - <a class="down" href="#about" data-scroll><i class="icon fa fa-chevron-down" aria-hidden="true"></i></a> + <a class="down" href="#main" data-scroll><i class="icon fa fa-chevron-down" aria-hidden="true"></i></a> </div> diff --git a/_layouts/blog.html b/_layouts/blog.html @@ -2,7 +2,7 @@ layout: clean --- -<section id="blog"> +<section id="blog main"> <h2>Blog Posts</h2> <ul> {% for post in site.posts %} diff --git a/_layouts/default.html b/_layouts/default.html @@ -3,7 +3,7 @@ {% include head.html %} <body> {% include header.html %} - <section id="about"> + <section id="about main"> {% include about.html %} </section> <section id="projects">