Skip to content

Commit e043d2c

Browse files
authored
Update collecttags.html
1 parent c189704 commit e043d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/collecttags.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% assign rawtags = "" %}
2-
{% for page in site.pages %}
2+
{% for page in site.html_pages %}
33
{% assign ttags = page.tags | join:'|' | append:'|' %}
44
{% assign rawtags = rawtags | append:ttags %}
55
{% endfor %}

0 commit comments

Comments
 (0)