From 6d11c8ac0fe6dbea40b22808c15754b9592f925b Mon Sep 17 00:00:00 2001 From: Perry Woodin Date: Mon, 14 Nov 2016 12:06:53 -0500 Subject: [PATCH] Set the blog posts to use the language specific basenav variable. --- _layouts/post.html | 2 +- blog/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index a5d298b..f939312 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -25,7 +25,7 @@ layout: default {% endif %} -

{{ post.title }}

+

{{ post.title }}

{{ post.date | date: "%b %d, %Y" }} diff --git a/blog/index.html b/blog/index.html index 1584340..0451012 100644 --- a/blog/index.html +++ b/blog/index.html @@ -20,7 +20,7 @@ description: pages.blog.description {% endif %} -

{{ post.title }}

+

{{ post.title }}

{{ post.date | date: "%b %d, %Y" }}