Merge branch 'master' of https://github.com/poole/poole
authorMark Otto <markdotto@gmail.com>
Thu, 25 Sep 2014 17:39:25 +0000 (10:39 -0700)
committerMark Otto <markdotto@gmail.com>
Thu, 25 Sep 2014 17:39:25 +0000 (10:39 -0700)
atom.xml
index.html

index 2e355d85b0889a87caee4606f5f05a90f3149709..229c82d3e14512466c24fcfe3dc914c6ad7577da 100644 (file)
--- a/atom.xml
+++ b/atom.xml
@@ -1,5 +1,5 @@
 ---
-layout: nil
+layout: null
 ---
 
 <?xml version="1.0" encoding="utf-8"?>
index edbc6b1ff9da7e18c5a14341956ca515537f8cea..bdd4f4d7d085cfa0b36fe6c3d6e1390a1b981601 100644 (file)
@@ -7,7 +7,7 @@ title: Home
   {% for post in paginator.posts %}
   <div class="post">
     <h1 class="post-title">
-      <a href="{{ post.url }}">
+      <a href="{{ site.baseurl }}{{ post.url }}">
         {{ post.title }}
       </a>
     </h1>