mirror of
https://github.com/adulau/art.git
synced 2024-11-22 01:57:06 +00:00
removes url setting from config
This commit is contained in:
parent
8f82d138f9
commit
9e22d5263d
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ subtitle: by HTML5 UP
|
||||||
email: youremailaddress@gmail.com
|
email: youremailaddress@gmail.com
|
||||||
description: A responsive site template designed by HTML5 Up<br /> and released under the Creative Commons.
|
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
|
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:
|
author:
|
||||||
street_address: 1234 Somewhere Road
|
street_address: 1234 Somewhere Road
|
||||||
city: Nashville
|
city: Nashville
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<!-- Header -->
|
<!-- Header -->
|
||||||
<header id="header"{% if page.layout == "landing" %} class="alt style2"{% endif %}{% if page.layout == "home" %} class="alt"{% endif %}>
|
<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>
|
<nav>
|
||||||
<a href="#menu">Menu</a>
|
<a href="#menu">Menu</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -27,4 +27,4 @@
|
||||||
<li><a href="#" class="button special fit">Get Started</a></li>
|
<li><a href="#" class="button special fit">Get Started</a></li>
|
||||||
<li><a href="#" class="button fit">Log In</a></li>
|
<li><a href="#" class="button fit">Log In</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
Loading…
Reference in a new issue