From 7a1b54be50f1e2aff3def100a169fdaa1560b711 Mon Sep 17 00:00:00 2001
From: Josh Habdas
Date: Tue, 28 Feb 2017 18:16:47 +0800
Subject: [PATCH] Enable meta data for collections
Reference #137 for info
---
_includes/_meta_information.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/_includes/_meta_information.html b/_includes/_meta_information.html
index e9b6253e7f9..00c1cc7a735 100644
--- a/_includes/_meta_information.html
+++ b/_includes/_meta_information.html
@@ -17,6 +17,7 @@
{% for tag in page.tags %} {{tag}} {% endfor %}
+ {% if page.collection == "posts" %}
{% if page.previous.url %}
@@ -28,4 +29,5 @@
{% endif %}
-
\ No newline at end of file
+ {% endif %}
+