Skip to content

Commit

Permalink
Modify base url
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshengjia committed Jan 10, 2016
1 parent ac454f7 commit 7590e18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Expand Up @@ -6,8 +6,8 @@ gems: [jekyll-paginate]
title: "Victor S. Wang"
email: "wangshengjia01@gmail.com"
description: "My Blog"
baseurl: ""
homeurl: "http://localhost:4000"
baseurl: "http://allblue.me"
homeurl: "http://allblue.me"
logourl: "/assets/img/bloglogo.jpg"
fa-logo: "fa-bookmark-o"
paginate: 5
Expand Down
2 changes: 1 addition & 1 deletion _includes/header.html
Expand Up @@ -6,7 +6,7 @@
<a href="#" onclick="return false;"><i class="fa fa-navicon fa-lg"></i></a>
<ul>
{% for page in site.pages %}
{% if page.title %}<li><a href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a></li>{% endif %}
{% if page.title %}<li><a href="{{ page.url | prepend: site.homeurl }}">{{ page.title }}</a></li>{% endif %}
{% endfor %}
</ul>
</nav>

0 comments on commit 7590e18

Please sign in to comment.