fix warning flag (move from wrong note)

This commit is contained in:
Bud Parr 2014-07-31 18:37:50 -04:00
parent d8a7d770b4
commit cf94820e1a
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ repository](https://github.com/mojombo/mojombo.github.io) has the name
Content from the `master` branch of your repository will be used to build and
publish the GitHub Pages site, so make sure your Jekyll site is stored there.
<div class="note warning">
<div class="note">
<h5>Custom domains do not affect repository names</h5>
<p>
GitHub Pages are initially configured to live under the
@ -54,7 +54,7 @@ actual software project for Jekyll, however the Jekyll website (that youre
looking at right now) is contained in the [gh-pages
branch]({{ site.repository }}/tree/gh-pages) of the same repository.
<div class="note">
<div class="note warning">
<h5>Source Files Must be in the Root Directory</h5>
<p>Github Pages [overrides](https://help.github.com/articles/troubleshooting-github-pages-build-failures#source-setting) the ["Site Source"](http://jekyllrb.com/docs/configuration/#global-configuration) configuration value, so if you locate your files anywhere other than the root directory, your site may not build correctly.