From 184d92780cdabd8f6a3d7f3e0302ff9d1ae45c16 Mon Sep 17 00:00:00 2001 From: Manan Shah Date: Tue, 1 Oct 2019 22:56:29 -0700 Subject: [PATCH] Allow for uppercase titles --- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index 7e6f33a..3652182 100755 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,7 +1,7 @@ --- layout: default --- -

{{ page.title | capitalize }}

+

{{ page.title }}

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