From d56df7592cb7cb766f26acbd5e9d0d6fb26bac4f Mon Sep 17 00:00:00 2001 From: Philipp Rudloff Date: Tue, 3 Mar 2015 09:52:23 +0100 Subject: [PATCH] Removing unused code from post layout The post from the site template does not have `meta` in its front matter. Related to #3536. --- lib/site_template/_layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/site_template/_layouts/post.html b/lib/site_template/_layouts/post.html index d4f8be3e..3a0fb52e 100644 --- a/lib/site_template/_layouts/post.html +++ b/lib/site_template/_layouts/post.html @@ -5,7 +5,7 @@ layout: default

{{ page.title }}

-

{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}

+

{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}