Skip to content

Commit

Permalink
Fix href into menu.html
Browse files Browse the repository at this point in the history
  • Loading branch information
KingFelix committed May 4, 2015
1 parent 0dad0df commit 35d445f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Nav pages -->
{% for page in site.pages %}
{% if page.layout == "page" %}
<a href="{{ page.url }}" title="{{ page.title }}">{{ page.title }}</a>
<a href="{{ site.baseurl }}{{ page.url }}" title="{{ page.title }}">{{ page.title }}</a>
{% endif %}
{% endfor %}

Expand Down
2 changes: 1 addition & 1 deletion about.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Emerald is a minimal theme created for Jekyll. The main purpose of Emerald is to

For further details on Emerald, please visit the [repository on Github](https://github.com/KingFelix/emerald/).

![Emerald](/img/Emerald01.png "Emerald")
![Emerald](img/Emerald01.png "Emerald")

### Setup
Emerald may be installed by simply downloading the .zip folder from the [repository on Github](https://github.com/KingFelix/emerald/archive/master.zip).
Expand Down

0 comments on commit 35d445f

Please sign in to comment.