Merge pull request #93 from dapenggao/patch-1
authorMark Otto <markd.otto@gmail.com>
Sun, 21 Jun 2015 23:35:54 +0000 (16:35 -0700)
committerMark Otto <markd.otto@gmail.com>
Sun, 21 Jun 2015 23:35:54 +0000 (16:35 -0700)
Enable pinch zooming on mobile devices

_layouts/post.html

index 9ac13d44b0cbbb35568828ab3bcca533833aeb96..17433f3ef436a6f4ba9d6ff3d615d3afc3ab589a 100644 (file)
@@ -14,7 +14,7 @@ layout: default
     {% for post in site.related_posts limit:3 %}
       <li>
         <h3>
-          <a href="{{ site.baseurl }}/{{ post.url }}">
+          <a href="{{ site.baseurl }}{{ post.url }}">
             {{ post.title }}
             <small><time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date_to_string }}</time></small>
           </a>