We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c189704 commit e043d2cCopy full SHA for e043d2c
_includes/collecttags.html
@@ -1,5 +1,5 @@
1
{% assign rawtags = "" %}
2
-{% for page in site.pages %}
+{% for page in site.html_pages %}
3
{% assign ttags = page.tags | join:'|' | append:'|' %}
4
{% assign rawtags = rawtags | append:ttags %}
5
{% endfor %}
0 commit comments