From: Mark Otto Date: Thu, 25 Sep 2014 17:34:55 +0000 (-0700) Subject: Fixes #41: Use site.baseurl on blog post titles X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=14abedd9439b805fbca3773d4dc95ad53c64eebb;p=blog Fixes #41: Use site.baseurl on blog post titles --- diff --git a/index.html b/index.html index edbc6b1..bdd4f4d 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ title: Home {% for post in paginator.posts %}

- + {{ post.title }}