From: Mark Otto Date: Sun, 21 Jun 2015 23:35:45 +0000 (-0700) Subject: Merge pull request #87 from maurogestoso/fix-link-related-posts X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=0bb5f12fbc52f114cb6ee103237c7d1974be002c;hp=cf42fa9969ae5a017eb0e7928cdba1f0646d2780;p=blog Merge pull request #87 from maurogestoso/fix-link-related-posts Fixed permalinks on related posts --- diff --git a/_layouts/post.html b/_layouts/post.html index 9ac13d4..17433f3 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -14,7 +14,7 @@ layout: default {% for post in site.related_posts limit:3 %}
  • - + {{ post.title }}