.github
_data
_includes
analytics-providers
comments-providers
footer
head
search
after-content.html
analytics.html
archive-single.html
author-profile-custom-links.html
author-profile.html
before-related.html
breadcrumbs.html
category-list.html
comment.html
comments.html
copyright.html
copyright.js
documents-collection.html
feature_row
figure
footer.html
gallery
group-by-array
head.html
masthead.html
nav_list
page__date.html
page__hero.html
page__hero_video.html
page__meta.html
page__related.html
page__taxonomy.html
paginator-v1.html
paginator-v2.html
paginator.html
post_pagination.html
posts-category.html
posts-tag.html
posts-taxonomy.html
schema.html
scripts.html
seo.html
sidebar.html
skip-links.html
social-share.html
tag-list.html
toc
toc.html
video
_layouts
_sass
assets
docs
test
.editorconfig
.gitattributes
.gitignore
.travis.yml
CHANGELOG.md
Gemfile
LICENSE
README.md
Rakefile
_config.yml
index.html
minimal-mistakes-jekyll.gemspec
package-lock.json
package.json
screenshot-layouts.png
screenshot.png
staticman.yml
5 lines
169 B
HTML
5 lines
169 B
HTML
{% assign posts = site.tags[include.taxonomy] | where_exp: "post", "post.hidden != true" %}
|
|
{%- for post in posts -%}
|
|
{% include archive-single.html %}
|
|
{%- endfor -%}
|