Skip to content

Commit

Permalink
fix baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorsector committed Jul 12, 2017
1 parent d44a501 commit 498bc30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: > # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: "" # the subpath of your site, e.g. /blog
baseurl: "/atlanta" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jekyllrb
github_username: github-scholars/atlanta
Expand Down
2 changes: 1 addition & 1 deletion _layouts/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h3>{{ project.title }}</h3>
</header>
<p>{{ project.description }}</p>
<ul class="actions">
<li><a href="{{ project.url }}" class="button">Learn more</a></li>
<li><a href="{{ site.baseurl }}{{ project.url }}" class="button">Learn more</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 498bc30

Please sign in to comment.