From 2292f79c981d7085e777f31ceeedfb2a561523c6 Mon Sep 17 00:00:00 2001 From: Zou Runyang Date: Tue, 17 Dec 2013 18:34:27 +0800 Subject: [PATCH] fix a bug about wrong link --- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index b834346..3bf7a2e 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -27,7 +27,7 @@ {% if page.link %}

{{ page.title }}

{% else %} -

+

{% endif %}

{{ page.date | date: "%B %d, %Y" }}