--- layout: page debug: false regenerate: false tagline: AutoPage Collection resources: [ owl_carousel, toccer ] resource_options: - core4: collapseDepth: 2 --- {% comment %} # ----------------------------------------------------------------------------- # ~/_layouts/paginator_v2/autopage_collection.html # Liquid layout for Paginator V2 - Autopage COLLECTION # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # # ----------------------------------------------------------------------------- # NOTE: # This is the layout for the Paginator V2 only. # ----------------------------------------------------------------------------- # Test data: # {{ liquid_var | debug }} # # ----------------------------------------------------------------------------- {% endcomment %} {% for post in paginator.posts %} {% capture auto_tags %}{% for tag in post.tags %}{{ tag | first }}{% unless forloop.last %},{% endunless %}{% endfor %}{% endcapture %} {% endfor %} {% assign tag_words = auto_tags | split:',' | sort %}
subscribe via RSS