j1-template 2023.2.7 → 2023.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (363) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +2 -1
  3. data/_includes/themes/j1/layouts/content_generator_post.html +2 -2
  4. data/_includes/themes/j1/layouts/layout_metadata_generator.html +41 -38
  5. data/_includes/themes/j1/procedures/blocks/footer/boxes/about_box.proc +1 -1
  6. data/_includes/themes/j1/procedures/blocks/footer/boxes/contacts_box.proc +1 -1
  7. data/_includes/themes/j1/procedures/blocks/footer/boxes/issue.proc +1 -1
  8. data/_includes/themes/j1/procedures/blocks/footer/boxes/links_box.proc +1 -1
  9. data/_includes/themes/j1/procedures/blocks/footer/boxes/news_box.proc +1 -1
  10. data/_includes/themes/j1/procedures/layouts/default_writer.proc +1 -3
  11. data/_includes/themes/j1/procedures/layouts/module_writer.proc +7 -23
  12. data/_includes/themes/j1/procedures/layouts/resource_writer.proc +8 -8
  13. data/_layouts/compress.html +26 -21
  14. data/_layouts/default.html +36 -30
  15. data/assets/data/banner.html +5 -2
  16. data/assets/data/footer.html +15 -3
  17. data/assets/data/masterslider.html +1 -0
  18. data/assets/data/menu.html +4 -4
  19. data/assets/data/panel.html +6 -3
  20. data/assets/data/quicklinks.html +138 -149
  21. data/assets/error_pages/HTTP204.html +3 -3
  22. data/assets/error_pages/HTTP400.html +3 -3
  23. data/assets/error_pages/HTTP401.html +3 -3
  24. data/assets/error_pages/HTTP403.html +3 -3
  25. data/assets/error_pages/HTTP404.html +3 -3
  26. data/assets/error_pages/HTTP444.html +3 -3
  27. data/assets/error_pages/HTTP445.html +3 -3
  28. data/assets/error_pages/HTTP446.html +5 -5
  29. data/assets/error_pages/HTTP447.html +7 -7
  30. data/assets/error_pages/HTTP448.html +7 -7
  31. data/assets/error_pages/HTTP500.html +3 -3
  32. data/assets/error_pages/HTTP501.html +3 -3
  33. data/assets/error_pages/HTTP502.html +3 -3
  34. data/assets/error_pages/HTTP503.html +3 -3
  35. data/assets/themes/j1/adapter/js/advertising.js +109 -116
  36. data/assets/themes/j1/adapter/js/analytics.js +1 -1
  37. data/assets/themes/j1/adapter/js/asciidoctor.js +1 -1
  38. data/assets/themes/j1/adapter/js/attic.js +22 -14
  39. data/assets/themes/j1/adapter/js/bmd.js +1 -1
  40. data/assets/themes/j1/adapter/js/carousel.js +5 -4
  41. data/assets/themes/j1/adapter/js/clipboard.js +1 -1
  42. data/assets/themes/j1/adapter/js/comments.js +5 -5
  43. data/assets/themes/j1/adapter/js/cookieConsent.js +1 -1
  44. data/assets/themes/j1/adapter/js/customFunctions.js +1 -1
  45. data/assets/themes/j1/adapter/js/customModule.js +1 -1
  46. data/assets/themes/j1/adapter/js/dropdowns.js +4 -2
  47. data/assets/themes/j1/adapter/js/fab.js +9 -6
  48. data/assets/themes/j1/adapter/js/framer.js +1 -1
  49. data/assets/themes/j1/adapter/js/iconPicker.js +227 -0
  50. data/assets/themes/j1/adapter/js/j1.js +401 -76
  51. data/assets/themes/j1/adapter/js/justifiedGallery.js +9 -3
  52. data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +2 -2
  53. data/assets/themes/j1/adapter/js/lightbox.js +4 -3
  54. data/assets/themes/j1/adapter/js/logger.js +1 -1
  55. data/assets/themes/j1/adapter/js/lunr.js +1 -1
  56. data/assets/themes/j1/adapter/js/masonry.js +4 -3
  57. data/assets/themes/j1/adapter/js/masterslider.js +30 -57
  58. data/assets/themes/j1/adapter/js/mmenu.js +2 -2
  59. data/assets/themes/j1/adapter/js/navigator.js +7 -5
  60. data/assets/themes/j1/adapter/js/nbinteract.js +9 -9
  61. data/assets/themes/j1/adapter/js/particles.js +2 -2
  62. data/assets/themes/j1/adapter/js/rangeSlider.js +2 -2
  63. data/assets/themes/j1/adapter/js/rouge.js +2 -2
  64. data/assets/themes/j1/adapter/js/rtable.js +1 -1
  65. data/assets/themes/j1/adapter/js/rtextResizer.js +1 -1
  66. data/assets/themes/j1/adapter/js/scroller.js +97 -109
  67. data/assets/themes/j1/adapter/js/slick.js +28 -18
  68. data/assets/themes/j1/adapter/js/themeToggler.js +259 -0
  69. data/assets/themes/j1/adapter/js/themer.js +17 -8
  70. data/assets/themes/j1/adapter/js/toccer.js +9 -6
  71. data/assets/themes/j1/adapter/js/translator.js +4 -2
  72. data/assets/themes/j1/adapter/js/waves.js +6 -4
  73. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +1322 -417
  74. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +3 -3
  75. data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +1983 -1266
  76. data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +3 -3
  77. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +10268 -9401
  78. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +10 -10
  79. data/assets/themes/j1/core/css/vendor.css +0 -14
  80. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  81. data/assets/themes/j1/modules/advertising/js/adInitializer.js +160 -0
  82. data/assets/themes/j1/modules/backstretch/js/backstretch.js +6 -4
  83. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
  84. data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.js +1 -1
  85. data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.min.js +1 -1
  86. data/assets/themes/j1/modules/iconPicker/README.md +266 -0
  87. data/assets/themes/j1/modules/iconPicker/css/universal-icon-picker.css +419 -0
  88. data/assets/themes/j1/modules/iconPicker/css/universal-icon-picker.min.css +17 -0
  89. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-brands.json +467 -0
  90. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-brands.min.json +1 -0
  91. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-regular.json +169 -0
  92. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-regular.min.json +1 -0
  93. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-solid.json +1136 -0
  94. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-solid.min.json +1 -0
  95. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome.json +1772 -0
  96. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome.min.json +1 -0
  97. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.json +292 -0
  98. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.min.json +1 -0
  99. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.json +7312 -0
  100. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.min.json +1 -0
  101. data/assets/themes/j1/modules/iconPicker/images/magnifying-glass-solid.svg +1 -0
  102. data/assets/themes/j1/modules/iconPicker/images/star-of-life-solid.svg +3 -0
  103. data/assets/themes/j1/modules/iconPicker/images/xmark-solid.svg +3 -0
  104. data/assets/themes/j1/modules/iconPicker/js/universal-icon-picker.js +493 -0
  105. data/assets/themes/j1/modules/iconPicker/js/universal-icon-picker.min.js +17 -0
  106. data/assets/themes/j1/modules/jquery/AUTHORS.txt +372 -0
  107. data/assets/themes/j1/modules/jquery/LICENSE.txt +43 -0
  108. data/assets/themes/j1/modules/jquery/css/images/ui-icons_444444_256x240.png +0 -0
  109. data/assets/themes/j1/modules/jquery/css/images/ui-icons_555555_256x240.png +0 -0
  110. data/assets/themes/j1/modules/jquery/css/images/ui-icons_777620_256x240.png +0 -0
  111. data/assets/themes/j1/modules/jquery/css/images/ui-icons_777777_256x240.png +0 -0
  112. data/assets/themes/j1/modules/jquery/css/images/ui-icons_cc0000_256x240.png +0 -0
  113. data/assets/themes/j1/modules/jquery/css/images/ui-icons_ffffff_256x240.png +0 -0
  114. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.css +92 -92
  115. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.min.css +4 -4
  116. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.structure.css +88 -88
  117. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.structure.min.css +2 -2
  118. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.theme.css +4 -4
  119. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.theme.min.css +2 -2
  120. data/assets/themes/j1/modules/jquery/js/jquery-ui.js +13683 -13678
  121. data/assets/themes/j1/modules/jquery/js/jquery-ui.min.js +3 -3
  122. data/assets/themes/j1/modules/jquery/js/jquery.js +1029 -1203
  123. data/assets/themes/j1/modules/jquery/js/jquery.min.js +2 -2
  124. data/assets/themes/j1/modules/jquery/js/jquery.min.map +1 -1
  125. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.css +1315 -0
  126. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.min.css +7 -0
  127. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.css +886 -0
  128. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.min.css +5 -0
  129. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.css +446 -0
  130. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.min.css +5 -0
  131. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.js +37 -0
  132. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.min.js +17 -0
  133. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.js +42 -0
  134. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.min.js +17 -0
  135. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.js +19057 -0
  136. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.min.js +6 -0
  137. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.js +10872 -0
  138. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.js +2 -0
  139. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.map +1 -0
  140. data/assets/themes/j1/modules/jquery-3.5.1/js/require.js +2145 -0
  141. data/assets/themes/j1/modules/jquery-3.5.1/js/require.min.js +5 -0
  142. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.js +2 -2
  143. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.min.js +1 -1
  144. data/assets/themes/j1/modules/masterslider/css/theme/uno.css +9 -9
  145. data/assets/themes/j1/modules/masterslider/css/theme/uno.min.css +1 -1
  146. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +2 -2
  147. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +1 -1
  148. data/assets/themes/j1/modules/rouge/css/uno.dark/theme.css +136 -47
  149. data/assets/themes/j1/modules/rouge/css/uno.light/theme.css +9 -9
  150. data/assets/themes/j1/modules/scroller/js/scroller.js +76 -69
  151. data/assets/themes/j1/modules/scroller/js/scroller.min.js +1 -1
  152. data/assets/themes/j1/modules/translator/js/translator.js +1 -1
  153. data/assets/themes/j1/modules/translator/js/translator.min.js +1 -1
  154. data/lib/j1/version.rb +1 -1
  155. data/lib/starter_web/Gemfile +2 -2
  156. data/lib/starter_web/README.md +5 -5
  157. data/lib/starter_web/_config.yml +4 -1
  158. data/lib/starter_web/_data/blocks/banner.yml +8 -5
  159. data/lib/starter_web/_data/blocks/defaults/footer.yml +3 -3
  160. data/lib/starter_web/_data/blocks/footer.yml +9 -5
  161. data/lib/starter_web/_data/blocks/panel.yml +41 -38
  162. data/lib/starter_web/_data/j1_config.yml +68 -58
  163. data/lib/starter_web/_data/layouts/collection.yml +1 -0
  164. data/lib/starter_web/_data/layouts/default.yml +1 -1
  165. data/lib/starter_web/_data/layouts/home.yml +9 -9
  166. data/lib/starter_web/_data/layouts/news_panel_posts.yml +1 -0
  167. data/lib/starter_web/_data/layouts/page.yml +2 -1
  168. data/lib/starter_web/_data/layouts/post.yml +1 -0
  169. data/lib/starter_web/_data/layouts/raw.yml +1 -0
  170. data/lib/starter_web/_data/modules/advertising.yml +134 -61
  171. data/lib/starter_web/_data/modules/analytics.yml +2 -2
  172. data/lib/starter_web/_data/modules/attics.yml +4 -7
  173. data/lib/starter_web/_data/modules/defaults/advertising.yml +2 -1
  174. data/lib/starter_web/_data/modules/defaults/attics.yml +3 -3
  175. data/lib/starter_web/_data/modules/defaults/iconPicker.yml +42 -0
  176. data/lib/starter_web/_data/modules/defaults/navigator.yml +15 -13
  177. data/lib/starter_web/_data/modules/defaults/theme_toggler.yml +42 -0
  178. data/lib/starter_web/_data/modules/iconPicker.yml +64 -0
  179. data/lib/starter_web/_data/modules/masonry.yml +1 -1
  180. data/lib/starter_web/_data/modules/masterslider.yml +5 -5
  181. data/lib/starter_web/_data/modules/navigator_menu.yml +150 -41
  182. data/lib/starter_web/_data/modules/scroller.yml +8 -8
  183. data/lib/starter_web/_data/modules/theme_toggler.yml +29 -0
  184. data/lib/starter_web/_data/modules/themer.yml +0 -6
  185. data/lib/starter_web/_data/resources.yml +53 -52
  186. data/lib/starter_web/_data/templates/feed.xml +1 -1
  187. data/lib/starter_web/_includes/attributes.asciidoc +57 -50
  188. data/lib/starter_web/_plugins/asciidoctor/google-ad-block.rb +47 -0
  189. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  190. data/lib/starter_web/assets/images/icons/mdi/mdi.svg +1 -0
  191. data/lib/starter_web/assets/images/icons/mdi/mdil.svg +1 -0
  192. data/lib/starter_web/assets/images/modules/attics/1920x1280/alexander-redl.jpg +0 -0
  193. data/lib/starter_web/assets/images/modules/attics/1920x1280/alina-grubnyak.jpg +0 -0
  194. data/lib/starter_web/assets/images/modules/attics/1920x1280/andrea-badino.jpg +0 -0
  195. data/lib/starter_web/assets/images/modules/attics/1920x1280/brad-neathery.jpg +0 -0
  196. data/lib/starter_web/assets/images/modules/attics/1920x1280/bruno-figueiredo.jpg +0 -0
  197. data/lib/starter_web/assets/images/modules/attics/1920x1280/clem-onojeghuo.jpg +0 -0
  198. data/lib/starter_web/assets/images/modules/attics/1920x1280/core_web_vitals_best.png +0 -0
  199. data/lib/starter_web/assets/images/modules/attics/1920x1280/crawford-jolly.jpg +0 -0
  200. data/lib/starter_web/assets/images/modules/attics/1920x1280/eleni-afiontzi.jpg +0 -0
  201. data/lib/starter_web/assets/images/modules/attics/1920x1280/fly-d.jpg +0 -0
  202. data/lib/starter_web/assets/images/modules/attics/1920x1280/guillaume-bolduc.jpg +0 -0
  203. data/lib/starter_web/assets/images/modules/attics/1920x1280/harpal-singh.jpg +0 -0
  204. data/lib/starter_web/assets/images/modules/attics/1920x1280/hayden-mills-2.jpg +0 -0
  205. data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-1.jpg +0 -0
  206. data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-2.jpg +0 -0
  207. data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-3.jpg +0 -0
  208. data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg +0 -0
  209. data/lib/starter_web/assets/images/modules/attics/1920x1280/john-schnobrich-2.jpg +0 -0
  210. data/lib/starter_web/assets/images/modules/attics/1920x1280/josep-martins.jpg +0 -0
  211. data/lib/starter_web/assets/images/modules/attics/1920x1280/josh-liu.jpg +0 -0
  212. data/lib/starter_web/assets/images/modules/attics/1920x1280/kelly-sikkemal.jpg +0 -0
  213. data/lib/starter_web/assets/images/modules/attics/1920x1280/kira-auf-der-heide.jpg +0 -0
  214. data/lib/starter_web/assets/images/modules/attics/1920x1280/kristopher-roller.jpg +0 -0
  215. data/lib/starter_web/assets/images/modules/attics/1920x1280/kristopher-roller.webp +0 -0
  216. data/lib/starter_web/assets/images/modules/attics/1920x1280/matthaeus.jpg +0 -0
  217. data/lib/starter_web/assets/images/modules/attics/1920x1280/melanie-deziel.jpg +0 -0
  218. data/lib/starter_web/assets/images/modules/attics/1920x1280/milad-fakurian.jpg +0 -0
  219. data/lib/starter_web/assets/images/modules/attics/1920x1280/mohammad-rahmani.jpg +0 -0
  220. data/lib/starter_web/assets/images/modules/attics/1920x1280/nasa.jpg +0 -0
  221. data/lib/starter_web/assets/images/modules/attics/1920x1280/quino-al-2.jpg +0 -0
  222. data/lib/starter_web/assets/images/modules/attics/1920x1280/recha-oktaviani.jpg +0 -0
  223. data/lib/starter_web/assets/images/modules/attics/building-blocks-1920x1280.jpg +0 -0
  224. data/lib/starter_web/assets/images/modules/attics/christina-1920x1280.jpg +0 -0
  225. data/lib/starter_web/assets/images/modules/attics/cookies-1920x1200.jpg +0 -0
  226. data/lib/starter_web/assets/images/modules/attics/katie-moum-1920x1280.jpg +0 -0
  227. data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best.jpg +0 -0
  228. data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best.png +0 -0
  229. data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best_full.png +0 -0
  230. data/lib/starter_web/assets/images/pages/html_validator/appdevtools-html-validator.jpg +0 -0
  231. data/lib/starter_web/assets/images/pages/html_validator/freeformatter-html-validator.jpg +0 -0
  232. data/lib/starter_web/assets/images/pages/html_validator/w3c-nu-checker.jpg +0 -0
  233. data/lib/starter_web/assets/images/pages/html_validator/w3c-validator.jpg +0 -0
  234. data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +8 -9
  235. data/lib/starter_web/collections/_biography/becoming.adoc +22 -9
  236. data/lib/starter_web/collections/_biography/born-to-run.adoc +27 -9
  237. data/lib/starter_web/collections/_biography/forty-autumns.adoc +19 -12
  238. data/lib/starter_web/collections/_biography/not-dead-yet.adoc +24 -14
  239. data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +23 -14
  240. data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +24 -11
  241. data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +14 -10
  242. data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +11 -8
  243. data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +7 -8
  244. data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +17 -14
  245. data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +12 -13
  246. data/lib/starter_web/collections/_fantasy/terry-pratchet-diary.adoc +15 -15
  247. data/lib/starter_web/collections/_people/diana-petersen.adoc +2 -0
  248. data/lib/starter_web/collections/_people/larry-parker.adoc +2 -0
  249. data/lib/starter_web/collections/_people/parveen-anand.adoc +2 -0
  250. data/lib/starter_web/collections/_portfolio/branding.adoc +5 -0
  251. data/lib/starter_web/collections/_portfolio/graphic_design.adoc +5 -0
  252. data/lib/starter_web/collections/_portfolio/identity.adoc +5 -0
  253. data/lib/starter_web/collections/_portfolio/illustration.adoc +5 -0
  254. data/lib/starter_web/collections/_portfolio/photography.adoc +5 -0
  255. data/lib/starter_web/collections/_portfolio/web_design.adoc +5 -0
  256. data/lib/starter_web/collections/_romance/breath-of-snow-and-ashes-a.adoc +8 -5
  257. data/lib/starter_web/collections/_romance/dressmaker-the.adoc +14 -14
  258. data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +12 -9
  259. data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +14 -11
  260. data/lib/starter_web/collections/_romance/outlander-novel.adoc +48 -25
  261. data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +30 -15
  262. data/lib/starter_web/index.html +6 -14
  263. data/lib/starter_web/package.json +3 -3
  264. data/lib/starter_web/pages/public/about/features.adoc +1 -1
  265. data/lib/starter_web/pages/public/about/reporting_issues.adoc +1 -1
  266. data/lib/starter_web/pages/public/blog/navigator/index.html +2 -2
  267. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_all_books.adoc +1 -1
  268. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_biography.adoc +1 -1
  269. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_fantasy.adoc +1 -1
  270. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_romance.adoc +1 -1
  271. data/lib/starter_web/pages/public/learn/bookshelf/jekyll_collections.adoc +75 -65
  272. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/attributes.asciidoc +58 -0
  273. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/accordion.asciidoc +34 -0
  274. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/alerts.asciidoc +15 -0
  275. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/badges.asciidoc +9 -0
  276. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/body.asciidoc +14 -0
  277. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/breadcrumbs.asciidoc +14 -0
  278. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/buttons.asciidoc +75 -0
  279. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/cards.asciidoc +22 -0
  280. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/carousel.asciidoc +37 -0
  281. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/close.asciidoc +15 -0
  282. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/code.asciidoc +14 -0
  283. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/color_system.asciidoc +353 -0
  284. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/components.asciidoc +69 -0
  285. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/dropdowns.asciidoc +53 -0
  286. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/figures.asciidoc +5 -0
  287. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/forms.asciidoc +270 -0
  288. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/grid.asciidoc +49 -0
  289. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/links.asciidoc +21 -0
  290. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/list_groups.asciidoc +28 -0
  291. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/modals.asciidoc +43 -0
  292. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/navbar.asciidoc +45 -0
  293. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/navs.asciidoc +28 -0
  294. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/offcanvas.asciidoc +16 -0
  295. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/options.asciidoc +30 -0
  296. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/pagination.asciidoc +40 -0
  297. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/paragraph.asciidoc +5 -0
  298. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/placeholders.asciidoc +5 -0
  299. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/popovers.asciidoc +28 -0
  300. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/position.asciidoc +8 -0
  301. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/progress_bars.asciidoc +12 -0
  302. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/spacing.asciidoc +14 -0
  303. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/spinners.asciidoc +12 -0
  304. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/tables.asciidoc +55 -0
  305. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/thumbnails.asciidoc +9 -0
  306. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/toasts.asciidoc +18 -0
  307. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/tooltips.asciidoc +28 -0
  308. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/typography.asciidoc +115 -0
  309. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/z_index.asciidoc +26 -0
  310. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/tables/_table.asciidoc +9 -0
  311. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/tables/accordion.asciidoc +87 -0
  312. data/lib/starter_web/pages/public/learn/bs_sass_variables/bs_sass_variables.adoc +262 -0
  313. data/lib/starter_web/pages/public/learn/cheatsheet/gem.adoc +255 -0
  314. data/lib/starter_web/pages/public/learn/cheatsheet/git.adoc +1458 -0
  315. data/lib/starter_web/pages/public/learn/cheatsheet/j1.adoc +63 -0
  316. data/lib/starter_web/pages/public/learn/cheatsheet/yaml.adoc +514 -0
  317. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/attributes.asciidoc +59 -0
  318. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/documents/100_chapter.asciidoc +541 -0
  319. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/documents/200_chapter.asciidoc +33 -0
  320. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/build_command_options.asciidoc +72 -0
  321. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/files_and_folders.asciidoc +66 -0
  322. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/global_configuration_options.asciidoc +63 -0
  323. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/global_variables.asciidoc +26 -0
  324. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/page_variables.asciidoc +54 -0
  325. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/serve_command_options.asciidoc +45 -0
  326. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/site_variables.asciidoc +59 -0
  327. data/lib/starter_web/pages/public/learn/core_web_vitals/core_web_vitals.adoc +442 -0
  328. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +1 -1
  329. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/100_gistblock.asciidoc +3 -4
  330. data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +2 -2
  331. data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +10 -10
  332. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +8 -1
  333. data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +3 -3
  334. data/lib/starter_web/pages/public/learn/where_to_go.adoc +39 -45
  335. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +2 -2
  336. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +2 -2
  337. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +2 -2
  338. data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +93 -4
  339. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  340. data/lib/starter_web/utilsrv/package.json +1 -1
  341. metadata +133 -24
  342. data/_includes/themes/j1/modules/ads/google_ad_content_home.html +0 -11
  343. data/_includes/themes/j1/modules/ads/google_ad_top_home.html +0 -11
  344. data/assets/themes/j1/core/css/nbinteract-tutorial/styles.css +0 -1711
  345. data/assets/themes/j1/core/css/nbinteract-tutorial/styles.min.css +0 -1
  346. data/assets/themes/j1/modules/advertising/js/google/adInitializer.js +0 -127
  347. data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.2.js +0 -460
  348. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.css +0 -97
  349. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.min.css +0 -15
  350. data/assets/themes/j1/modules/mdiPreviewer/js/previewer.js +0 -115
  351. data/assets/themes/j1/modules/mdiPreviewer/js/previewer.min.js +0 -15
  352. data/assets/themes/j1/modules/mdilPreviewer/css/previewer.css +0 -97
  353. data/assets/themes/j1/modules/mdilPreviewer/css/previewer.min.css +0 -15
  354. data/assets/themes/j1/modules/mdilPreviewer/js/previewer.js +0 -125
  355. data/assets/themes/j1/modules/mdilPreviewer/js/previewer.min.js +0 -15
  356. data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_content_home.html +0 -11
  357. data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_top_home.html +0 -11
  358. /data/lib/starter_web/assets/images/{promo → quotes/promo}/home/screenshot.jpg +0 -0
  359. /data/lib/starter_web/assets/images/{promo → quotes/promo}/jekyll/jekyll-faq.jpg +0 -0
  360. /data/lib/starter_web/assets/images/{promo → quotes/promo}/jekyll/jekyll-generator.jpg +0 -0
  361. /data/lib/starter_web/assets/images/{promo → quotes/promo}/jekyll/jekyll-generator.png +0 -0
  362. /data/lib/starter_web/assets/images/{promo → quotes/promo}/jekyll/jekyll-og.png +0 -0
  363. /data/lib/starter_web/assets/images/{promo → quotes/promo}/jekyll/scalable/jekyll-faq.psd +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a74dfdbda3c10cbb34270288670b6ab4a0c7a3742ca27895781f348f9f439b96
4
- data.tar.gz: c79c2cd6252a8861540f5de4cc945ba7a28993f0c3e925615181e34442b196e5
3
+ metadata.gz: 71fc85b1224ecc67e1c96405f9c0ca10b39c45ee73135580cf1c6f9decee2d89
4
+ data.tar.gz: 6dc9eb1d7c92b452f14341e3e59eeb112881979bcef5ea495189f2f1f54a2818
5
5
  SHA512:
6
- metadata.gz: 2e0c1e883782e6e12256664b0d5258fcd9c1db8b5ae2fb9eda58264bd54cc50b8866264049eb9e315e61c41164e1e3accebc8da0d4d64929cc94a25e2f2d43c4
7
- data.tar.gz: e800c90e080627cab7f107062c80e271f18d52bb4dd3057ee72c9618eea56d2e535c8da5f87c9d25581e4a55c59ab0230c0895f4729c83d9ffeeba75ae00c505
6
+ metadata.gz: 3c8e7cd60c780f05905892bdd81aeddfc9ae4c3918c17c0456a026e2ac881311f51941ebebfaadab14079cea13c6f1b67f6ce131f698c0567ab51c0f1a551555
7
+ data.tar.gz: 21c8705b2ca83c899addb32fc2bc08525f7064a84a99497d6aa1a3fb1d4d925f79dbf567ded619674c36396119fcb6570c6548dc984c0a8555ee34f102b77548
@@ -351,7 +351,7 @@
351
351
  <!-- End post group-->
352
352
  </div>
353
353
  {% endif %}
354
-
354
+ <div id="preview_content">
355
355
  {% if card_block == 'card-deck' %}
356
356
  <!-- [INFO ] [j1.layouts.content_generator_news_panel_posts.html ] [ card block detected: 'card-deck' ] -->
357
357
  <!-- Recent posts -->
@@ -428,6 +428,7 @@
428
428
  {% endfor %} {% endfor %}
429
429
  </div>
430
430
  {% endif %}
431
+ </div>
431
432
  <!-- End recent posts -->
432
433
  {% endfor %}
433
434
 
@@ -102,14 +102,14 @@
102
102
  <header class="bmd-layout-header">
103
103
  <!-- jadams, 2021-02-28 added mb-3 to the navbar -->
104
104
  <div class="navbar navbar-dark bg-primary raised-z0">
105
- <button class="bmd-drawer drawer-toggler animated fadeIn" type="button" data-bs-toggle="drawer" data-bs-target="#post_navigator" aria-label="drawer-toggler-button">
105
+ <button class="bmd-drawer drawer-toggler animated fadeIn" type="button" data-bs-toggle="drawer" data-bs-target="#post_navigator" aria-label="Series button">
106
106
  <span class="mdi mdi-menu mdi-2x"></span>
107
107
  </button>
108
108
  <ul class="nav navbar-nav">
109
109
  <li class="nav-item">
110
110
  <!-- jadams, 2021-08-04: modified displaying the series name -->
111
111
  <!-- span class="navbar-text">Series: {{page.series}}</span-->
112
- <span class="navbar-text mr-3">{{page.series|upcase}}</span>
112
+ <span class="navbar-text mr-3" style="color: #FFF;font-weight: 500;"><b>{{page.series|upcase}}</b></span>
113
113
  </li>
114
114
  </ul>
115
115
  </div>
@@ -60,32 +60,35 @@
60
60
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ start meta-data processing: place meta tags (taken from site config|page frontmatter) ] -->
61
61
 
62
62
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ page|content encoding ] -->
63
- <meta http-equiv="Content-Type" content="text/html;charset={{site.coding}}" />
63
+ <meta http-equiv="Content-Type" content="text/html;charset={{site.coding}}">
64
+
65
+ <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ enable Google experimental setting (prevent warnings) ] -->
66
+ <meta http-equiv="Permissions-Policy" content="interest-cohort=()">
64
67
 
65
68
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ added for MS Edge Browser ] -->
66
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
69
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
67
70
 
68
71
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ initial zoom level when the page is first loaded by the browser ] -->
69
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
72
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
70
73
 
71
74
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ added version info for the templte ] -->
72
- <meta name="template version" content="{{site.version}}" />
75
+ <meta name="template version" content="{{site.version}}">
73
76
 
74
77
  {% if template_config.translation.enabled %}
75
78
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ add google translator meta tag to enable customized translations ] -->
76
- <meta name="translation" content="enabled" />
79
+ <meta name="translation" content="enabled">
77
80
  {% endif %}
78
81
 
79
82
  {% if template_config.translation.google %}
80
83
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ add google translator meta tag to enable customized translations ] -->
81
- <meta name="{{template_config.translation.google.meta_data}}" content="enabled" />
84
+ <meta name="{{template_config.translation.google.meta_data}}" content="enabled">
82
85
  {% endif %}
83
86
 
84
87
  {% if site.favicon.image %}
85
88
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ favicon for browser ] -->
86
- <link rel="icon" type="{{site.favicon.type}}" href="{{site.data.j1_config.image_path}}/{{site.favicon.image}}" />
89
+ <link rel="icon" type="{{site.favicon.type}}" href="{{site.data.j1_config.image_path}}/{{site.favicon.image}}">
87
90
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ favicon for the google crawler ] -->
88
- <link rel="shortcut icon" href="{{site.data.j1_config.image_path}}/{{site.favicon.image}}" />
91
+ <link rel="shortcut icon" href="{{site.data.j1_config.image_path}}/{{site.favicon.image}}">
89
92
  {% endif %}
90
93
 
91
94
  {% comment %} Check robot settings from site configuration
@@ -93,18 +96,18 @@
93
96
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ Check robot settings from SITE configuration ] -->
94
97
  {% if site.robots.index and site.robots.index <> nil %}
95
98
  <!-- [DEBUG ] [j1.layout.meta_data_generator.html ] [ Found SITE configuration robots_index: {{site.robots.index}} ] -->
96
- {% capture robots_index %}<meta name="robots" content="index" />{% endcapture %}
99
+ {% capture robots_index %}<meta name="robots" content="index">{% endcapture %}
97
100
  {% else %}
98
101
  <!-- [DEBUG ] [j1.layout.meta_data_generator.html ] [ Set DEFAULT configuration robots_index: noindex ] -->
99
- {% capture robots_index %}<meta name="robots" content="noindex" />{% endcapture %}
102
+ {% capture robots_index %}<meta name="robots" content="noindex">{% endcapture %}
100
103
  {% endif %}
101
104
 
102
105
  {% if site.robots.follow and site.robots.follow <> nil %}
103
106
  <!-- [DEBUG ] [j1.layout.meta_data_generator.html ] [ Found SITE configuration robots_follow: {{site.robots.index}} ] -->
104
- {% capture robots_follow %}<meta name="robots" content="follow" />{% endcapture %}
107
+ {% capture robots_follow %}<meta name="robots" content="follow">{% endcapture %}
105
108
  {% else %}
106
109
  <!-- [DEBUG ] [j1.layout.meta_data_generator.html ] [ Set DEFAULT configuration robots_follow: nofollow ] -->
107
- {% capture robots_follow %}<meta name="robots" content="nofollow" />{% endcapture %}
110
+ {% capture robots_follow %}<meta name="robots" content="nofollow">{% endcapture %}
108
111
  {% endif %}
109
112
 
110
113
  {% comment %} page.robots.index: {{ page.robots.index | debug }} {% endcomment %}
@@ -115,19 +118,19 @@
115
118
  <!-- [DEBUG ] [j1.layout.meta_data_generator.html ] [ Found PAGE configuration robots_index: {{page.robots.index}} ] -->
116
119
  <!-- [DEBUG ] [j1.layout.meta_data_generator.html ] [ Found PAGE configuration robots_follow: {{page.robots.follow}} ] -->
117
120
  {% if page.robots.index %}
118
- {% capture robots_index %}<meta name="robots" content="index" />{% endcapture %}
121
+ {% capture robots_index %}<meta name="robots" content="index">{% endcapture %}
119
122
  {% endif %}
120
123
 
121
124
  {% if page.robots.index == false %}
122
- {% capture robots_index %}<meta name="robots" content="noindex" />{% endcapture %}
125
+ {% capture robots_index %}<meta name="robots" content="noindex">{% endcapture %}
123
126
  {% endif %}
124
127
 
125
128
  {% if page.robots.follow %}
126
- {% capture robots_follow %}<meta name="robots" content="follow" />{% endcapture %}
129
+ {% capture robots_follow %}<meta name="robots" content="follow">{% endcapture %}
127
130
  {% endif %}
128
131
 
129
132
  {% if page.robots.follow == false %}
130
- {% capture robots_follow %}<meta name="robots" content="nofollow" />{% endcapture %}
133
+ {% capture robots_follow %}<meta name="robots" content="nofollow">{% endcapture %}
131
134
  {% endif %}
132
135
 
133
136
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ Place detected/overloaded meta tags for robots ] -->
@@ -136,63 +139,63 @@
136
139
 
137
140
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ meta tag for provider APIs: analytics ] -->
138
141
  {% if page.analytics and site.data.j1_config.analytics.enabled %}
139
- {% capture analytics %}<meta name="analytics" content="true" />{% endcapture %}
142
+ {% capture analytics %}<meta name="analytics" content="true">{% endcapture %}
140
143
  {% else %}
141
- {% capture analytics %}<meta name="analytics" content="false" />{% endcapture %}
144
+ {% capture analytics %}<meta name="analytics" content="false">{% endcapture %}
142
145
  {% endif %}
143
146
 
144
147
  {{analytics}}
145
148
 
146
149
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ meta tag for provider APIs: comments ] -->
147
150
  {% if page.comments and site.data.j1_config.comments.enabled %}
148
- {% capture comments %}<meta name="comments" content="true" />{% endcapture %}
151
+ {% capture comments %}<meta name="comments" content="true">{% endcapture %}
149
152
  {% else %}
150
- {% capture comments %}<meta name="comments" content="false" />{% endcapture %}
153
+ {% capture comments %}<meta name="comments" content="false">{% endcapture %}
151
154
  {% endif %}
152
155
 
153
156
  {{comments}}
154
157
 
155
158
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ meta tag for provider APIs: advertising ] -->
156
159
  {% if page.advertising and site.data.j1_config.advertising.enabled %}
157
- {% capture advertising %}<meta name="advertising" content="true" />{% endcapture %}
160
+ {% capture advertising %}<meta name="advertising" content="true">{% endcapture %}
158
161
  {% else %}
159
- {% capture advertising %}<meta name="advertising" content="false" />{% endcapture %}
162
+ {% capture advertising %}<meta name="advertising" content="false">{% endcapture %}
160
163
  {% endif %}
161
164
 
162
165
  {{advertising}}
163
166
 
164
167
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ meta tag for provider APIs: advertising ] -->
165
168
  {% if page.translation and site.data.j1_config.translation.enabled %}
166
- {% capture translation %}<meta name="translation" content="true" />{% endcapture %}
169
+ {% capture translation %}<meta name="translation" content="true">{% endcapture %}
167
170
  {% else %}
168
- {% capture translation %}<meta name="translation" content="false" />{% endcapture %}
171
+ {% capture translation %}<meta name="translation" content="false">{% endcapture %}
169
172
  {% endif %}
170
173
 
171
174
  {{translation}}
172
175
 
173
176
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ meta tag for provider APIs: youtube ] -->
174
177
  {% if page.youtube %}
175
- {% capture youtube %}<meta name="youtube" content="true" />{% endcapture %}
178
+ {% capture youtube %}<meta name="youtube" content="true">{% endcapture %}
176
179
  {% else %}
177
- {% capture youtube %}<meta name="youtube" content="false" />{% endcapture %}
180
+ {% capture youtube %}<meta name="youtube" content="false">{% endcapture %}
178
181
  {% endif %}
179
182
 
180
183
  {{youtube}}
181
184
 
182
185
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ meta tag for provider APIs: vimeo ] -->
183
186
  {% if page.vimeo %}
184
- {% capture vimeo %}<meta name="vimeo" content="true" />{% endcapture %}
187
+ {% capture vimeo %}<meta name="vimeo" content="true">{% endcapture %}
185
188
  {% else %}
186
- {% capture vimeo %}<meta name="vimeo" content="false" />{% endcapture %}
189
+ {% capture vimeo %}<meta name="vimeo" content="false">{% endcapture %}
187
190
  {% endif %}
188
191
 
189
192
  {{vimeo}}
190
193
 
191
194
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ meta tag for privacy settings: personalization ] -->
192
195
  {% if page.personalization %}
193
- {% capture personalization %}<meta name="personalization" content="true" />{% endcapture %}
196
+ {% capture personalization %}<meta name="personalization" content="true">{% endcapture %}
194
197
  {% else %}
195
- {% capture personalization %}<meta name="personalization" content="false" />{% endcapture %}
198
+ {% capture personalization %}<meta name="personalization" content="false">{% endcapture %}
196
199
  {% endif %}
197
200
 
198
201
  {{personalization}}
@@ -216,7 +219,7 @@
216
219
  {% assign cors = template_config.preload.font.cors %}
217
220
  {% assign fonts = template_config.preload.font.fonts %}
218
221
  {% for font in fonts %}
219
- <link rel="preload" as="font" href="{{font}}" {{cors}} />
222
+ <link rel="preload" as="font" href="{{font}}" {{cors}}>
220
223
  {% endfor %}
221
224
  {% else %}
222
225
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ PRELOAD of fonts: disabled ] -->
@@ -231,12 +234,12 @@
231
234
  {% assign css = template_config.preload.css.css %}
232
235
  {% assign files = template_config.preload.css.files %}
233
236
  {% for file in css %}
234
- <link rel="preload" as="style" href="{{file}}.{{ext_css}}" />
237
+ <link rel="preload" as="style" href="{{file}}.{{ext_css}}">
235
238
  {% endfor %}
236
239
 
237
240
  {% for file in files %}
238
241
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ PRELOAD css as FILE ] -->
239
- <link rel="preload" as="style" href="{{file}}" />
242
+ <link rel="preload" as="style" href="{{file}}">
240
243
  {% endfor %}
241
244
  {% else %}
242
245
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ PRELOAD of css: disabled ] -->
@@ -251,12 +254,12 @@
251
254
  {% assign js = template_config.preload.js.js %}
252
255
  {% assign files = template_config.preload.js.files %}
253
256
  {% for file in js %}
254
- <link rel="preload" as="script" href="{{file}}.{{ext_js}}" />
257
+ <link rel="preload" as="script" href="{{file}}.{{ext_js}}">
255
258
  {% endfor %}
256
259
 
257
260
  {% for file in files %}
258
261
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ PRELOAD js as FILE ] -->
259
- <link rel="preload" as="script" href="{{file}}" />
262
+ <link rel="preload" as="script" href="{{file}}">
260
263
  {% endfor %}
261
264
  {% else %}
262
265
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ PRELOAD of js: disabled ] -->
@@ -270,7 +273,7 @@
270
273
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ request PRELOAD of images to prioritize fetching ] -->
271
274
  {% assign files = template_config.preload.image.files %}
272
275
  {% for file in files %}
273
- <link rel="preload" as="image" href="{{file}}" />
276
+ <link rel="preload" as="image" href="{{file}}">
274
277
  {% endfor %}
275
278
  {% else %}
276
279
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ PRELOAD of images: disabled ] -->
@@ -285,8 +288,8 @@
285
288
  {% assign urls = template_config.preconnect.urls %}
286
289
  {% for url in urls %}
287
290
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ establish early connection: {{url}} ] -->
288
- <link rel="dns-prefetch" href="{{url}}" />
289
- <link rel="preconnect" href="{{url}}" />
291
+ <link rel="dns-prefetch" href="{{url}}">
292
+ <link rel="preconnect" href="{{url}}">
290
293
  {% endfor %}
291
294
  {% else %}
292
295
  <!-- [INFO ] [j1.layout.meta_data_generator.html ] [ PRECONNECT remote URLs: disabled ] -->
@@ -34,7 +34,7 @@ box_hash: {{box | debug}}
34
34
  <!-- [INFO ] [about_box.proc ] [ place about box ] -->
35
35
  <div class="col-md-{{footer_box_width_md}}">
36
36
  <!-- div class="heading-footer"><h2 class="notoc">{{title}}</h2></div -->
37
- <h2 class="text-uppercase g-color-white-opacity-0_6 g-font-size-18 mb-0 {{title_translation}}">{{title}}</h2>
37
+ <h2 class="text-uppercase g-color-white-opacity-0_9 g-font-size-18 mb-0 {{title_translation}}">{{title}}</h2>
38
38
  <p class="tagline mb-0">
39
39
  <large>{{tagline}}</large>
40
40
  </p>
@@ -49,7 +49,7 @@
49
49
  <!-- [INFO ] [j1.assets.data.footer ] [Found ContactsBox. Process ContactsBox] -->
50
50
  <div class="col-md-{{footer_box_width_md}}"> <!-- ContactsBox -->
51
51
 
52
- <h2 class="text-uppercase g-color-white-opacity-0_6 g-font-size-18 mb-0 {{title_translation}}">{{title}}</h2>
52
+ <h2 class="text-uppercase g-color-white-opacity-0_9 g-font-size-18 mb-0 {{title_translation}}">{{title}}</h2>
53
53
  <p class="tagline mb-0"> <large>{{tagline}}</large> </p>
54
54
  <div class="d-inline-block g-width-50 g-height-2 bg-primary mb-1"></div>
55
55
 
@@ -56,5 +56,5 @@ footer_options.issue: {{footer_options.issue | debug}}
56
56
  <!-- [INFO ] [issue.proc ] [ issue date information ] -->
57
57
  {% if footer_options.issue.enabled %}
58
58
  <!-- [INFO ] [issue.proc ] [ place issue ] -->
59
- <p style="color: rgba(255, 255, 255, 0.5)">{{modified}}</p>
59
+ <p class="footer-issue">{{modified}}</p>
60
60
  {% endif %}
@@ -32,7 +32,7 @@
32
32
  <!-- [INFO ] [links_box.proc ] [ place links box ] -->
33
33
  <div class="col-md-{{footer_box_width_md}}">
34
34
 
35
- <h2 class="text-uppercase g-color-white-opacity-0_6 g-font-size-18 mb-0 {{title_translation}}">{{title}}</h2>
35
+ <h2 class="text-uppercase g-color-white-opacity-0_9 g-font-size-18 mb-0 {{title_translation}}">{{title}}</h2>
36
36
  <p class="tagline mb-0"> <large>{{tagline}}</large> </p>
37
37
  <div class="d-inline-block g-width-50 g-height-2 bg-primary mb-1"></div>
38
38
 
@@ -48,7 +48,7 @@
48
48
  <!-- [INFO ] [news_box.proc ] [ place news box ] -->
49
49
  <div class="col-md-{{footer_box_width_md}}">
50
50
 
51
- <h2 class="text-uppercase g-color-white-opacity-0_6 g-font-size-18 mb-0 {{title_translation}}">{{title}}</h2>
51
+ <h2 class="text-uppercase g-color-white-opacity-0_9 g-font-size-18 mb-0 {{title_translation}}">{{title}}</h2>
52
52
  <p class="tagline mb-0"> <large>{{tagline}}</large> </p>
53
53
  <div class="d-inline-block g-width-50 g-height-2 bg-primary mb-1"></div>
54
54
 
@@ -135,7 +135,7 @@
135
135
  configuration of this page ({{page.title}}). Check the
136
136
  (page) layout config file for the unsupported region. A
137
137
  line contains something wrong like:
138
- <br /><br /> <i>region: {{region}}</i><br /><br />
138
+ <br><br> <i>region: {{region}}</i><br><br>
139
139
  Have a look at:
140
140
  </div>
141
141
  <div class="mb-5">
@@ -158,5 +158,3 @@
158
158
  <!-- [DEBUG ] [j1.layout.default_writer.proc ] [ reset all lane items ] -->
159
159
  <!-- [INFO ] [j1.layout.default_writer.proc ] [ end processing ] -->
160
160
  {% assign items = nil %}
161
-
162
-
@@ -127,10 +127,6 @@ NO need to load this again
127
127
  <!-- [INFO ] [j1.layout.module_writer.proc ] [ place J1 adapter for resource: {{resource_settings.id}} ] -->
128
128
  <script>
129
129
  $(function() {
130
- var logger = log4javascript.getLogger("j1.module_loader");
131
- var log_text = '{{resource_settings.comment|strip}} is being initialized';
132
- logger.info(log_text);
133
-
134
130
  {% comment %} place initializer|s
135
131
  -------------------------------------------------------------------- {% endcomment %}
136
132
  {% for init_function in data_value %}
@@ -150,20 +146,16 @@ NO need to load this again
150
146
  var max_count = {{dependency_check_max_count}};
151
147
  interval_count += 1;
152
148
  if ( {{depends}} ) {
153
- {{init_function}}( settings );
154
- logger.info('dependencies of module {{resource_settings.id}} met for: {{resource_settings.dependencies}}');
155
- logger.debug('dependencies of module {{resource_settings.id}} met after: ' + interval_count * {{dependency_check_cycle}} + ' ms');
149
+ {{init_function}} (settings);
156
150
  clearInterval(dependencies_met_{{resource_settings.id}});
157
151
  }
158
152
  if (interval_count > max_count) {
159
- logger.warn('dependency check failed for module: {{resource_settings.id}}');
160
153
  clearInterval(dependencies_met_{{resource_settings.id}});
161
- logger.warn('run initializer {{resource_settings.id}} unchecked for: {{resource_settings.dependencies}}');
162
- {{init_function}}(settings);
154
+ {{init_function}} (settings);
163
155
  }
164
156
  }, {{dependency_check_cycle}});
165
157
  {% else %}
166
- {{init_function}}(settings);
158
+ {{init_function}} (settings);
167
159
  {% endif %}
168
160
  {% else %}
169
161
  {% comment %} no module specific frontmatter options
@@ -186,20 +178,16 @@ NO need to load this again
186
178
  var dependencies_met_{{resource_settings.id}} = setInterval(function() {
187
179
  interval_count += 1;
188
180
  if ( {{depends}} ) {
189
- {{init_function}}(settings);
190
- logger.info('dependencies of module {{resource_settings.id}} met for: {{resource_settings.dependencies}}');
191
- logger.debug('dependencies of module {{resource_settings.id}} met after: ' + interval_count * {{dependency_check_cycle}} + ' ms');
181
+ {{init_function}} (settings);
192
182
  clearInterval(dependencies_met_{{resource_settings.id}});
193
183
  }
194
184
  if (interval_count > max_count) {
195
- logger.warn('dependency check failed for module: {{resource_settings.id}}');
196
185
  clearInterval(dependencies_met_{{resource_settings.id}});
197
- logger.warn('run initializer {{resource_settings.id}} unchecked for: {{resource_settings.dependencies}}');
198
- {{init_function}}(settings);
186
+ {{init_function}} (settings);
199
187
  }
200
188
  }, {{dependency_check_cycle}});
201
189
  {% else %}
202
- {{init_function}}(settings);
190
+ {{init_function}} (settings);
203
191
  {% endif %}
204
192
  {% else %}
205
193
  {% comment %} no default settings
@@ -212,16 +200,12 @@ NO need to load this again
212
200
  var max_count = {{dependency_check_max_count}};
213
201
  var dependencies_met_{{resource_settings.id}} = setInterval(function() {
214
202
  interval_count += 1;
215
- if ( {{depends}} ) {
203
+ if ({{depends}}) {
216
204
  {{init_function}}();
217
- logger.info('dependencies of module {{resource_settings.id}} met for: {{resource_settings.dependencies}}');
218
- logger.debug('dependencies of module {{resource_settings.id}} met after: ' + interval_count * {{dependency_check_cycle}} + ' ms');
219
205
  clearInterval(dependencies_met_{{resource_settings.id}});
220
206
  }
221
207
  if (interval_count > max_count) {
222
- logger.warn('dependency check failed for module: {{resource_settings.id}}');
223
208
  clearInterval(dependencies_met_{{resource_settings.id}});
224
- logger.warn('run initializer {{resource_settings.id}} unchecked for: {{resource_settings.dependencies}}');
225
209
  {{init_function}}();
226
210
  }
227
211
  }, {{dependency_check_cycle}});
@@ -120,18 +120,18 @@
120
120
  {% endif %}
121
121
  {% when 'css' %}
122
122
  {% if url_detected > 1 %}
123
- <link rel="stylesheet" href="{{file}}" />
123
+ <link rel="stylesheet" href="{{file}}">
124
124
  {% else %}
125
- <link rel="stylesheet" href="{{base_path}}/{{file}}" />
125
+ <link rel="stylesheet" href="{{base_path}}/{{file}}">
126
126
  {% endif %}
127
127
  {% else %}
128
128
  <--! UNKNOWN resource type detected for: "{{file}}" -->
129
129
  {% endcase %}
130
130
  {% else %}
131
131
  {% if url_detected > 1 %}
132
- <link rel="stylesheet" href="{{file}}" />
132
+ <link rel="stylesheet" href="{{file}}">
133
133
  {% else %}
134
- <link rel="stylesheet" href="{{base_path}}/{{file}}" />
134
+ <link rel="stylesheet" href="{{base_path}}/{{file}}">
135
135
  {% endif %}
136
136
  {% endif %}
137
137
 
@@ -150,11 +150,11 @@
150
150
  {% assign my_location = {{location_source}} %}
151
151
 
152
152
  {% if environment == 'development' %}
153
- {% if location == 'remote' %} <link rel="stylesheet" href="{{my_location}}.css" /> {% endif %}
154
- {% if location == 'local' %} <link rel="stylesheet" href="{{my_location}}.css" /> {% endif %}
153
+ {% if location == 'remote' %} <link rel="stylesheet" href="{{my_location}}.css"> {% endif %}
154
+ {% if location == 'local' %} <link rel="stylesheet" href="{{my_location}}.css"> {% endif %}
155
155
  {% else %}
156
- {% if location == 'remote' %} <link rel="stylesheet" href="{{my_location}}.min.css" /> {% endif %}
157
- {% if location == 'local' %} <link rel="stylesheet" href="{{my_location}}.min.css" /> {% endif %}
156
+ {% if location == 'remote' %} <link rel="stylesheet" href="{{my_location}}.min.css"> {% endif %}
157
+ {% if location == 'local' %} <link rel="stylesheet" href="{{my_location}}.min.css"> {% endif %}
158
158
  {% endif %}
159
159
 
160
160
  {% endfor %}
@@ -25,6 +25,10 @@
25
25
  # DEFAULT for all content layouts to compress the HTML for all pages
26
26
  # generated. NO other layout are inherited by Compress.
27
27
  # -----------------------------------------------------------------------------
28
+ # NOTE:
29
+ # Output whitespace control: '%-' and '-%'for all liquid markups to strip
30
+ # blank lines from the rendered HTML.
31
+ # -----------------------------------------------------------------------------
28
32
  # NOTE:
29
33
  # Compress is only used for PRODUCTION mode.
30
34
  # -----------------------------------------------------------------------------
@@ -34,29 +38,30 @@
34
38
  # -----------------------------------------------------------------------------
35
39
  {% endcomment %}
36
40
 
37
- {% assign environment = site.environment %}
41
+ {%- assign environment = site.environment -%}
42
+
43
+ {%- if page.compress -%}
44
+ {%- assign compress_page = 'enabled' -%}
45
+ {%- else -%}
46
+ {%- assign compress_page = 'disabled' -%}
47
+ {%- endif -%}
38
48
 
39
- {% if page.compress %}
40
- {% assign compress_page = 'enabled' %}
41
- {% else %}
42
- {% assign compress_page = 'disabled' %}
43
- {% endif %}
49
+ {%- case environment -%}
44
50
 
45
- {% case environment %}
51
+ {% comment %} PRODUCTION mode (compress)
52
+ ------------------------------------------------------------------------------ {% endcomment %}
53
+ {%- when 'production' or 'prod' -%}
46
54
 
47
- {% comment %} PRODUCTION mode (compress)
48
- ---------------------------------------------------------------------------- {% endcomment %}
49
- {% when 'production' or 'prod' %}
55
+ {%- if compress_page == 'enabled' -%}
56
+ {% capture _LINE_FEED %}
57
+ {% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment %}{{ content }}{% else %}{% capture _content %}{{ content }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd p rt rp optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == "all" %}{% assign _comments = "<!-- -->" | split: " " %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: "<pre" %}{% assign _content = "" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: "</pre>" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "</pre>" %}<pre{{ _pres.first }}</pre>{% endif %}{% unless _pre_before contains "</pre>" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " <e;<e; </e>;</e>;</e> ;</e>" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %} <table id="compress_html_profile_{{ site.time | date: "%Y%m%d" }}" class="compress_html_profile"> <thead> <tr> <td>Step <td>Bytes <tbody> <tr> <td>raw <td>{{ content | size }}{% if _profile_endings %} <tr> <td>endings <td>{{ _profile_endings }}{% endif %}{% if _profile_startings %} <tr> <td>startings <td>{{ _profile_startings }}{% endif %}{% if _profile_comments %} <tr> <td>comments <td>{{ _profile_comments }}{% endif %}{% if _profile_collapse %} <tr> <td>collapse <td>{{ _profile_collapse }}{% endif %}{% if _profile_clippings %} <tr> <td>clippings <td>{{ _profile_clippings }}{% endif %} </table>{% endif %}{% endif %}
58
+ {%- else -%}
59
+ {{content|strip_empty_lines}}
60
+ {%- endif -%}
50
61
 
51
- {% if compress_page == 'enabled' %}
52
- {% capture _LINE_FEED %}
53
- {% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment %}{{ content }}{% else %}{% capture _content %}{{ content }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd p rt rp optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == "all" %}{% assign _comments = "<!-- -->" | split: " " %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: "<pre" %}{% assign _content = "" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: "</pre>" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "</pre>" %}<pre{{ _pres.first }}</pre>{% endif %}{% unless _pre_before contains "</pre>" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " <e;<e; </e>;</e>;</e> ;</e>" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %} <table id="compress_html_profile_{{ site.time | date: "%Y%m%d" }}" class="compress_html_profile"> <thead> <tr> <td>Step <td>Bytes <tbody> <tr> <td>raw <td>{{ content | size }}{% if _profile_endings %} <tr> <td>endings <td>{{ _profile_endings }}{% endif %}{% if _profile_startings %} <tr> <td>startings <td>{{ _profile_startings }}{% endif %}{% if _profile_comments %} <tr> <td>comments <td>{{ _profile_comments }}{% endif %}{% if _profile_collapse %} <tr> <td>collapse <td>{{ _profile_collapse }}{% endif %}{% if _profile_clippings %} <tr> <td>clippings <td>{{ _profile_clippings }}{% endif %} </table>{% endif %}{% endif %}
54
- {% else %}
55
- {{content|strip_empty_lines}}
56
- {% endif %}
62
+ {% comment %} ALL OTHER modes (no compression)
63
+ ----------------------------------------------------------------------------- {% endcomment %}
64
+ {%- else -%}
65
+ {{content|strip_empty_lines}}
57
66
 
58
- {% comment %} ALL OTHER modes (no compression)
59
- --------------------------------------------------------------------------- {% endcomment %}
60
- {% else %}
61
- {{content|strip_empty_lines}}
62
- {% endcase %}
67
+ {%- endcase -%}