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 %} +