_layouts/default.html in j1-template-2022.4.3 vs _layouts/default.html in j1-template-2022.4.4

- old
+ new

@@ -1,15 +1,16 @@ --- -layout: compress +layout: compress # final layout in inheritance +debug: false # enable|disable additional debug information written to (static) content source --- {% capture j1_cache %} {% comment %} # ----------------------------------------------------------------------------- # ~/_layouts/default.html - # Liquid (default) layout template for all content-pages + # Liquid default (base) layout template for all content-pages # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams @@ -17,19 +18,21 @@ # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # # ----------------------------------------------------------------------------- # NOTE: - # This is the DEFAULT layout for ALL pages|layouts used by J1 Template. + # This is the DEFAULT (base) layout for ALL pages|layouts used by J1 Template. # ----------------------------------------------------------------------------- # NOTE: # Depending on the site configuration, the HTML code generated by - # BASE layout will be compressed as a final processing step. + # the base layout 'default.html' will be compressed as a final processing + # step. # ----------------------------------------------------------------------------- # NOTE: # Do NOT add any CONTENT here. If needed, go for a "next level" layout - # that extents the layout BASE by additional data for your specific - # needs based on YAML configuration data files. + # (e.g. 'home.html' or 'page.html') that extents the layout DEFAULT by + # additional data for your specific needs based on YAML configuration + # data files. # ----------------------------------------------------------------------------- # Test data: # {{ lanes_collate | debug }} # ----------------------------------------------------------------------------- {% endcomment %}