--- layout: default # base layout the page inherits GLOBAL content debug: false # enable|disable additional debug information written to (static) content source --- {% comment %} # ----------------------------------------------------------------------------- # ~/_layouts/news_panel_posts.html # Liquid layout template for all pages of content-type news_panel_posts # # Product/Info: # https://jekyll.one # # Copyright (C) 2023, 2024 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE # ----------------------------------------------------------------------------- # NOTE: # This layout is used by the data file ~/assets/data/news_panel_posts/index.html # to generate PAGINATION pages for all posts displayed in the NEWS panel. # ----------------------------------------------------------------------------- # NOTE: # Do NOT add any CONTENT here. # For J1 Theme, Liquid procedures are being used intensively. To load # HTML data for a region (lane), the (Liquid) procedure "content_writer" # places the components specified in the connected YAML data file # 'news_panel_posts.yml' located in folder: ~/_data/layouts. # ----------------------------------------------------------------------------- # Test data: # {{ lanes_collate | debug }} # # ----------------------------------------------------------------------------- {% endcomment %} {% comment %} Liquid procedures -------------------------------------------------------------------------------- {% endcomment %} {% capture default_writer %}themes/{{site.template.name}}/procedures/layouts/default_writer.proc{% endcapture %} {% capture content_writer %}themes/{{site.template.name}}/procedures/layouts/content_writer.proc{% endcapture %} {% comment %} Variables -------------------------------------------------------------------------------- {% endcomment %} {% assign lanes_collate = site.data.layouts.news_panel_posts.lanes %} {% comment %} Main -------------------------------------------------------------------------------- {% endcomment %} {% comment %} Collect the BODY-BANNER region ------------------------------------------------------------------------------ {% endcomment %} {% comment %} Collect the BODY-CONTENT region ------------------------------------------------------------------------------ {% endcomment %}
{% include {{content_writer}} region='body-main' items=lanes_collate %}