Related posts: show even if featured

This commit is contained in:
Rico Sta. Cruz 2017-08-30 18:44:53 +08:00
parent d86b3cd92b
commit bc25289cb5
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
| sort: "weight", "last" | sort: "weight", "last"
%} %}
{% assign top_pages = site.pages {% assign top_pages = site.pages
| where_exp: "page", "page.tags contains 'Featured'"
| where_exp: "page", "page.url != include.page.url" | where_exp: "page", "page.url != include.page.url"
| where_exp: "page", "page.deprecated != true" | where_exp: "page", "page.deprecated != true"
| sort: "weight", "last" | sort: "weight", "last"