Navigation Menu

Skip to content

Commit

Permalink
Fixed all URL bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
kennydude committed Apr 10, 2012
1 parent 4660d33 commit c45bc4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _layouts/default.html
Expand Up @@ -58,8 +58,8 @@ <h6>
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="{{ site.url }}/mustache.js"></script>
<script type="text/javascript" src="{{ site.url }}/script.js"></script>
<script type="text/javascript" src="mustache.js"></script>
<script type="text/javascript" src="script.js"></script>

</body>
</html>
2 changes: 1 addition & 1 deletion index.markdown
Expand Up @@ -12,7 +12,7 @@ layout: default
<ul>
{% for post in site.posts %}
<li>
<a href="{{ site.baseurl }}/{{ post.url }}">{{ post.title }}</a>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>

0 comments on commit c45bc4b

Please sign in to comment.