From 14abedd9439b805fbca3773d4dc95ad53c64eebb Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 25 Sep 2014 10:34:55 -0700 Subject: [PATCH] Fixes #41: Use site.baseurl on blog post titles --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}

-- 2.30.2