From 862326453260fe6ded91033f00179896e7322a94 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Wed, 6 Jun 2012 22:56:02 -0500 Subject: [PATCH] added custom after post include to post template --- .themes/classic/source/_layouts/post.html | 1 + 1 file changed, 1 insertion(+) diff --git a/.themes/classic/source/_layouts/post.html b/.themes/classic/source/_layouts/post.html index 9c3375f..a440b29 100644 --- a/.themes/classic/source/_layouts/post.html +++ b/.themes/classic/source/_layouts/post.html @@ -25,6 +25,7 @@ single: true

+{% include custom/after_post.html %} {% if page.comments == true %}{% include comments.html %}{% endif %} {% unless page.sidebar == false %}