Skip to content

Commit 7a1b54b

Browse files
author
Josh Habdas
authored
Enable meta data for collections
Reference Phlow#137 for info
1 parent 57f4a4a commit 7a1b54b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_includes/_meta_information.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<span class="pr20">{% for tag in page.tags %}<span class="icon-price-tag pr10"> {{tag}}</span> {% endfor %}</span>
1818
</p>
1919

20+
{% if page.collection == "posts" %}
2021
<div id="post-nav" class="row">
2122
{% if page.previous.url %}
2223
<div class="small-5 columns"><a class="button small radius prev" href="{{ site.url }}{{ site.baseurl }}{{page.previous.url}}">&laquo; {{page.previous.title}}</a></div><!-- /.small-4.columns -->
@@ -28,4 +29,5 @@
2829
<div class="small-5 columns text-right"></div><!-- /.small-4.columns -->
2930
{% endif %}
3031
</div>
31-
</div><!-- /.page-meta -->
32+
{% endif %}
33+
</div><!-- /.page-meta -->

0 commit comments

Comments
 (0)