Skip to content

Commit

Permalink
Added README for the gh-pages branch
Browse files Browse the repository at this point in the history
  • Loading branch information
markstickley committed Apr 29, 2012
1 parent 71928fd commit 7641636
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions source/README
@@ -0,0 +1,6 @@
No Rest For The Weekend Generated Source
========================================

This branch contains the blog's source, generated from *master* by [Octopress](http://www.octopress.org).

To edit the blog, make changes to *master* and re-generate.
2 changes: 1 addition & 1 deletion source/_includes/head.html
Expand Up @@ -18,7 +18,7 @@

{% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %}
<link rel="canonical" href="{{ canonical }}">
<link href="{{ root_url }}/favicon.png" rel="icon">
<link href="{{ root_url }}/favicon.ico" rel="icon">
<link href="{{ root_url }}/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<script src="{{ root_url }}/javascripts/modernizr-2.0.js"></script>
<script src="{{ root_url }}/javascripts/ender.js"></script>
Expand Down

0 comments on commit 7641636

Please sign in to comment.