removes url setting from config

This commit is contained in:
Andrew Banchich 2017-02-05 15:13:03 -05:00
parent 8f82d138f9
commit 9e22d5263d
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ subtitle: by HTML5 UP
email: youremailaddress@gmail.com
description: A responsive site template designed by HTML5 Up<br /> and released under the Creative Commons.
baseurl: "/forty-jekyll-theme" # the subpath of your site, e.g. /blog
url: "https://andrewbanchich.gitlab.io" # the base hostname & protocol for your site
url: "" # the base hostname & protocol for your site
author:
street_address: 1234 Somewhere Road
city: Nashville

View file

@ -3,7 +3,7 @@
<!-- Header -->
<header id="header"{% if page.layout == "landing" %} class="alt style2"{% endif %}{% if page.layout == "home" %} class="alt"{% endif %}>
<a href="{{ "" | absolute_url }}" class="logo"><strong>{{ site.title }}</strong> <span>{{ site.subtitle }}</span></a>
<a href="{{ "" | absolute_url }}/" class="logo"><strong>{{ site.title }}</strong> <span>{{ site.subtitle }}</span></a>
<nav>
<a href="#menu">Menu</a>
</nav>
@ -27,4 +27,4 @@
<li><a href="#" class="button special fit">Get Started</a></li>
<li><a href="#" class="button fit">Log In</a></li>
</ul>
</nav>
</nav>