j1-template 2021.0.0 → 2021.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (314) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/_includes/themes/j1/blocks/ads/ad.html +1 -1
  4. data/_includes/themes/j1/blocks/footer/boxes/about_box.proc +1 -1
  5. data/_includes/themes/j1/blocks/footer/boxes/contacts_box.proc +1 -1
  6. data/_includes/themes/j1/blocks/footer/boxes/issue.proc +1 -1
  7. data/_includes/themes/j1/blocks/footer/boxes/legal_statements.proc +1 -1
  8. data/_includes/themes/j1/blocks/footer/boxes/links_box.proc +1 -1
  9. data/_includes/themes/j1/blocks/footer/boxes/news_box.proc +1 -1
  10. data/_includes/themes/j1/blocks/footer/boxes/social_media_icons.proc +1 -1
  11. data/_includes/themes/j1/blocks/footer/generator.html +1 -1
  12. data/_includes/themes/j1/layouts/content_generator_app.html +1 -1
  13. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +1 -1
  14. data/_includes/themes/j1/layouts/content_generator_collection.html +1 -1
  15. data/_includes/themes/j1/layouts/content_generator_page.html +1 -1
  16. data/_includes/themes/j1/layouts/content_generator_post.html +1 -1
  17. data/_includes/themes/j1/layouts/content_generator_raw.html +1 -1
  18. data/_includes/themes/j1/layouts/layout_metadata_generator.html +12 -12
  19. data/_includes/themes/j1/layouts/layout_module_generator.html +1 -1
  20. data/_includes/themes/j1/layouts/layout_resource_generator.html +1 -1
  21. data/_includes/themes/j1/modules/attics/generator.html +1 -1
  22. data/_includes/themes/j1/modules/boards/news_pin_board.html +1 -1
  23. data/_includes/themes/j1/modules/connectors/ad/custom-provider.html +1 -1
  24. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +1 -1
  25. data/_includes/themes/j1/modules/connectors/ads +1 -1
  26. data/_includes/themes/j1/modules/connectors/analytic/custom-provider.html +1 -1
  27. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +1 -1
  28. data/_includes/themes/j1/modules/connectors/analytics +1 -1
  29. data/_includes/themes/j1/modules/connectors/comment/custom-provider.html +1 -1
  30. data/_includes/themes/j1/modules/connectors/comment/disqus.html +1 -1
  31. data/_includes/themes/j1/modules/connectors/comment/facebook.html +1 -1
  32. data/_includes/themes/j1/modules/connectors/comments +1 -1
  33. data/_includes/themes/j1/modules/connectors/sharing +1 -1
  34. data/_includes/themes/j1/modules/connectors/translator +1 -1
  35. data/_includes/themes/j1/modules/connectors/translators/custom-translator.html +1 -1
  36. data/_includes/themes/j1/modules/connectors/translators/google-translator.html +1 -1
  37. data/_includes/themes/j1/modules/navigator/generator.html +1 -1
  38. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +1 -1
  39. data/_includes/themes/j1/procedures/collections/create_collection_article_preview.proc +1 -1
  40. data/_includes/themes/j1/procedures/global/attributes_loader.proc +1 -1
  41. data/_includes/themes/j1/procedures/global/collect_frontmatter_options.proc +1 -1
  42. data/_includes/themes/j1/procedures/global/collect_page_options.proc +1 -1
  43. data/_includes/themes/j1/procedures/global/create_bs_button.proc +1 -1
  44. data/_includes/themes/j1/procedures/global/create_word_cloud.proc +1 -1
  45. data/_includes/themes/j1/procedures/global/get_category.proc +1 -1
  46. data/_includes/themes/j1/procedures/global/get_category_item.proc +1 -1
  47. data/_includes/themes/j1/procedures/global/get_documents_dir.proc +1 -1
  48. data/_includes/themes/j1/procedures/global/get_page_path.proc +1 -1
  49. data/_includes/themes/j1/procedures/global/get_page_url.proc +1 -1
  50. data/_includes/themes/j1/procedures/global/pager.proc +1 -1
  51. data/_includes/themes/j1/procedures/global/select_color.proc +1 -1
  52. data/_includes/themes/j1/procedures/global/select_font_size.proc +1 -1
  53. data/_includes/themes/j1/procedures/global/select_icon_size.proc +1 -1
  54. data/_includes/themes/j1/procedures/global/select_location.proc +1 -1
  55. data/_includes/themes/j1/procedures/global/set_base_vars_folders.proc +1 -1
  56. data/_includes/themes/j1/procedures/global/set_env_entry_document.proc +1 -1
  57. data/_includes/themes/j1/procedures/global/set_image_block.proc +1 -1
  58. data/_includes/themes/j1/procedures/global/setup.proc +1 -1
  59. data/_includes/themes/j1/procedures/layouts/content_writer.proc +1 -1
  60. data/_includes/themes/j1/procedures/layouts/default_writer.proc +1 -1
  61. data/_includes/themes/j1/procedures/layouts/module_writer.proc +1 -1
  62. data/_includes/themes/j1/procedures/layouts/resource_writer.proc +1 -1
  63. data/_includes/themes/j1/procedures/posts/collate_calendar.proc +1 -1
  64. data/_includes/themes/j1/procedures/posts/collate_list.proc +1 -1
  65. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +1 -1
  66. data/_includes/themes/j1/procedures/posts/create_ad_block.proc +1 -1
  67. data/_includes/themes/j1/procedures/posts/create_series_header.proc +1 -1
  68. data/_layouts/app.html +1 -1
  69. data/_layouts/blog_archive.html +1 -1
  70. data/_layouts/collection.html +1 -1
  71. data/_layouts/compress.html +1 -1
  72. data/_layouts/default.html +1 -1
  73. data/_layouts/home.html +1 -1
  74. data/_layouts/page.html +1 -1
  75. data/_layouts/paginator/autopage_category.html +1 -1
  76. data/_layouts/paginator/autopage_collection.html +1 -1
  77. data/_layouts/paginator/autopage_collections_tags.html +1 -1
  78. data/_layouts/paginator/autopage_tags.html +1 -1
  79. data/_layouts/post.html +1 -1
  80. data/_layouts/raw.html +1 -1
  81. data/apps/public/cc/cc.yml +1 -1
  82. data/assets/data/authclient.html +1 -1
  83. data/assets/data/banner.html +1 -1
  84. data/assets/data/carousel.json +1 -1
  85. data/assets/data/cookiebar.html +1 -1
  86. data/assets/data/fam.html +1 -1
  87. data/assets/data/footer.html +1 -1
  88. data/assets/data/galleries.json +1 -1
  89. data/assets/data/gallery_customizer.html +1 -1
  90. data/assets/data/mdi_icons.json +1 -1
  91. data/assets/data/menu.html +1 -1
  92. data/assets/data/mmenu.html +1 -1
  93. data/assets/data/mmenu_sidebar.html +1 -1
  94. data/assets/data/mmenu_toc.html +1 -1
  95. data/assets/data/panel.html +1 -1
  96. data/assets/data/quicklinks.html +1 -1
  97. data/assets/data/themes.json +1 -1
  98. data/assets/data/twa_v1.json +1 -1
  99. data/assets/error_pages/HTTP204.html +1 -1
  100. data/assets/error_pages/HTTP400.html +1 -1
  101. data/assets/error_pages/HTTP401.html +1 -1
  102. data/assets/error_pages/HTTP403.html +1 -1
  103. data/assets/error_pages/HTTP404.html +1 -1
  104. data/assets/error_pages/HTTP500.html +1 -1
  105. data/assets/error_pages/HTTP501.html +1 -1
  106. data/assets/error_pages/HTTP502.html +1 -1
  107. data/assets/error_pages/HTTP503.html +1 -1
  108. data/assets/error_pages/HTTP520.html +1 -1
  109. data/assets/error_pages/HTTP521.html +1 -1
  110. data/assets/error_pages/HTTP533.html +1 -1
  111. data/assets/themes/j1/adapter/js/algolia.js +2 -2
  112. data/assets/themes/j1/adapter/js/attic.js +3 -3
  113. data/assets/themes/j1/adapter/js/bmd.js +2 -2
  114. data/assets/themes/j1/adapter/js/carousel.js +3 -3
  115. data/assets/themes/j1/adapter/js/clipboard.js +2 -2
  116. data/assets/themes/j1/adapter/js/cookiebar.js +9 -2
  117. data/assets/themes/j1/adapter/js/fam.js +2 -2
  118. data/assets/themes/j1/adapter/js/framer.js +2 -2
  119. data/assets/themes/j1/adapter/js/gallery_customizer.js +2 -2
  120. data/assets/themes/j1/adapter/js/j1.js +2 -2
  121. data/assets/themes/j1/adapter/js/jf_gallery.js +2 -2
  122. data/assets/themes/j1/adapter/js/lightbox.js +2 -2
  123. data/assets/themes/j1/adapter/js/logger.js +2 -2
  124. data/assets/themes/j1/adapter/js/lunr_search.js +2 -2
  125. data/assets/themes/j1/adapter/js/mmenu.js +9 -7
  126. data/assets/themes/j1/adapter/js/navigator.js +2 -3
  127. data/assets/themes/j1/adapter/js/rouge.js +8 -6
  128. data/assets/themes/j1/adapter/js/rtable.js +3 -3
  129. data/assets/themes/j1/adapter/js/themer.js +55 -47
  130. data/assets/themes/j1/adapter/js/toccer.js +2 -2
  131. data/assets/themes/j1/core/css/animate.css +2 -2
  132. data/assets/themes/j1/core/css/icon-fonts/fontawesome.css +2 -2
  133. data/assets/themes/j1/core/css/icon-fonts/iconify.css +5 -5
  134. data/assets/themes/j1/core/css/icon-fonts/materialdesign.css +9 -9
  135. data/assets/themes/j1/core/css/icon-fonts/twemoji.css +6 -6
  136. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +1 -1
  137. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +31 -31
  138. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +60 -59
  139. data/assets/themes/j1/core/css/vendor.css +5 -5
  140. data/assets/themes/j1/core/js/template.js +5 -10
  141. data/assets/themes/j1/core/js/template.js.map +1 -1
  142. data/assets/themes/j1/core/js/template.min.js +1 -1
  143. data/assets/themes/j1/modules/backstretch/js/backstretch.js +1 -1
  144. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
  145. data/assets/themes/j1/modules/carousel/css/carousel.css +1 -1
  146. data/assets/themes/j1/modules/carousel/css/carousel.min.css +1 -1
  147. data/assets/themes/j1/modules/carousel/css/carousel_transitions.css +1 -1
  148. data/assets/themes/j1/modules/carousel/css/carousel_transitions.min.css +1 -1
  149. data/assets/themes/j1/modules/carousel/css/theme/uno.css +1 -1
  150. data/assets/themes/j1/modules/carousel/css/theme/uno.min.css +1 -1
  151. data/assets/themes/j1/modules/clipboard/css/theme/uno.css +1 -1
  152. data/assets/themes/j1/modules/clipboard/css/theme/uno.min.css +1 -1
  153. data/assets/themes/j1/modules/fam/css/uno/fam.css +1 -1
  154. data/assets/themes/j1/modules/fam/js/fam.js +1 -1
  155. data/assets/themes/j1/modules/justifiedGallery/_versions/v3.7.0/css/theme/uno.css +1 -1
  156. data/assets/themes/j1/modules/justifiedGallery/_versions/v4.0.0/css/theme/uno.css +1 -1
  157. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.css +1 -1
  158. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.min.css +1 -1
  159. data/assets/themes/j1/modules/lightGallery/css/themes/uno.css +1 -1
  160. data/assets/themes/j1/modules/lightGallery/css/themes/uno.min.css +1 -1
  161. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.js +1 -1
  162. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.min.js +1 -1
  163. data/assets/themes/j1/modules/lightbox/css/lightbox.css +1 -1
  164. data/assets/themes/j1/modules/lightbox/css/lightbox.min.css +1 -1
  165. data/assets/themes/j1/modules/lightbox/css/theme/uno.css +1 -1
  166. data/assets/themes/j1/modules/lightbox/css/theme/uno.min.css +1 -1
  167. data/assets/themes/j1/modules/lightbox/js/lightbox.js +1 -1
  168. data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +1 -1
  169. data/assets/themes/j1/modules/lunrSearch/css/lunr_search.css +1 -1
  170. data/assets/themes/j1/modules/lunrSearch/css/lunr_search.min.css +13 -6
  171. data/assets/themes/j1/modules/lunrSearch/js/lunr_search.js +1 -1
  172. data/assets/themes/j1/modules/lunrSearch/js/lunr_search.min.js +1 -1
  173. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.css +1 -1
  174. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.min.css +1 -1
  175. data/assets/themes/j1/modules/mmenuLight/css/mmenu.css +1 -1
  176. data/assets/themes/j1/modules/mmenuLight/css/mmenu.min.css +1 -1
  177. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.css +1 -1
  178. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.min.css +2 -2
  179. data/assets/themes/j1/modules/mmenuLight/js/mmenu.js +1 -1
  180. data/assets/themes/j1/modules/mmenuLight/js/mmenu.min.js +1 -1
  181. data/assets/themes/j1/modules/rtable/css/theme/uno.css +1 -1
  182. data/assets/themes/j1/modules/rtable/css/theme/uno.min.css +1 -1
  183. data/assets/themes/j1/modules/rtable/js/rtable.js +1 -1
  184. data/assets/themes/j1/modules/rtable/js/rtable.min.js +1 -1
  185. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +1 -1
  186. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -1
  187. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.css +1 -1
  188. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.min.css +1 -1
  189. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +1 -1
  190. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +1 -1
  191. data/assets/themes/j1/modules/twemoji/js/twemoji.js +1 -1
  192. data/assets/themes/j1/modules/twemoji/js/twemoji.min.js +1 -1
  193. data/lib/j1/commands/generate.rb +2 -1
  194. data/lib/j1/version.rb +1 -1
  195. data/lib/j1_app.rb +0 -4
  196. data/lib/j1_app/j1_auth_manager/auth_manager.rb +1 -1
  197. data/lib/j1_app/j1_auth_manager/error_pages.rb +1 -1
  198. data/lib/j1_app/j1_auth_manager/helpers_disqus.rb +1 -1
  199. data/lib/j1_app/j1_auth_manager/helpers_facebook.rb +1 -1
  200. data/lib/j1_app/j1_auth_manager/helpers_github.rb +1 -1
  201. data/lib/j1_app/j1_auth_manager/helpers_patreon.rb +1 -1
  202. data/lib/j1_app/j1_auth_manager/helpers_twitter.rb +1 -1
  203. data/lib/j1_app/j1_auth_manager/warden_omniauth.rb +1 -1
  204. data/lib/j1_app/omniauth/strategies/disqus.rb +1 -1
  205. data/lib/j1_app/omniauth/strategies/facebook.rb +1 -1
  206. data/lib/j1_app/omniauth/strategies/github.rb +1 -1
  207. data/lib/j1_app/omniauth/strategies/patreon.rb +1 -1
  208. data/lib/j1_app/omniauth/strategies/twitter.rb +1 -1
  209. data/lib/starter_web/Gemfile +11 -32
  210. data/lib/starter_web/_config.yml +3 -3
  211. data/lib/starter_web/_data/_defaults/categories.yml +1 -1
  212. data/lib/starter_web/_data/_defaults/colors.yml +1 -1
  213. data/lib/starter_web/_data/_defaults/font_sizes.yml +1 -1
  214. data/lib/starter_web/_data/_defaults/j1_light_gallery.yml +1 -1
  215. data/lib/starter_web/_data/_defaults/resources.yml +1 -1
  216. data/lib/starter_web/_data/_defaults/template_settings.yml +1 -1
  217. data/lib/starter_web/_data/apps/carousel.yml +1 -1
  218. data/lib/starter_web/_data/apps/defaults/carousel.yml +1 -1
  219. data/lib/starter_web/_data/apps/defaults/gallery_customizer.yml +1 -1
  220. data/lib/starter_web/_data/apps/defaults/justified_gallery.yml +1 -1
  221. data/lib/starter_web/_data/apps/defaults/light_gallery.yml +1 -1
  222. data/lib/starter_web/_data/apps/defaults/lightbox.yml +1 -1
  223. data/lib/starter_web/_data/apps/gallery_customizer.yml +1 -1
  224. data/lib/starter_web/_data/apps/justified_gallery.yml +1 -1
  225. data/lib/starter_web/_data/apps/light_gallery.yml +1 -1
  226. data/lib/starter_web/_data/apps/lightbox.yml +1 -1
  227. data/lib/starter_web/_data/blocks/banner.yml +1 -1
  228. data/lib/starter_web/_data/blocks/defaults/banner.yml +1 -1
  229. data/lib/starter_web/_data/blocks/defaults/footer.yml +1 -1
  230. data/lib/starter_web/_data/blocks/defaults/panel.yml +1 -1
  231. data/lib/starter_web/_data/blocks/footer.yml +2 -2
  232. data/lib/starter_web/_data/blocks/panel.yml +1 -1
  233. data/lib/starter_web/_data/builder/blog_navigator.yml +1 -1
  234. data/lib/starter_web/_data/categories.yml +1 -1
  235. data/lib/starter_web/_data/colors.yml +1 -1
  236. data/lib/starter_web/_data/font_sizes.yml +1 -1
  237. data/lib/starter_web/_data/j1_config.yml +35 -34
  238. data/lib/starter_web/_data/layouts/app.yml +1 -1
  239. data/lib/starter_web/_data/layouts/blog_archive.yml +1 -1
  240. data/lib/starter_web/_data/layouts/collection.yml +1 -1
  241. data/lib/starter_web/_data/layouts/default.yml +1 -1
  242. data/lib/starter_web/_data/layouts/home.yml +1 -1
  243. data/lib/starter_web/_data/layouts/page.yml +1 -1
  244. data/lib/starter_web/_data/layouts/post.yml +1 -1
  245. data/lib/starter_web/_data/layouts/raw.yml +1 -1
  246. data/lib/starter_web/_data/modules/advertising.yml +1 -1
  247. data/lib/starter_web/_data/modules/attics.yml +1 -1
  248. data/lib/starter_web/_data/modules/authentication.yml +1 -1
  249. data/lib/starter_web/_data/modules/cookiebar.yml +1 -1
  250. data/lib/starter_web/_data/modules/defaults/attics.yml +1 -1
  251. data/lib/starter_web/_data/modules/defaults/authentication.yml +1 -1
  252. data/lib/starter_web/_data/modules/defaults/cookiebar.yml +1 -1
  253. data/lib/starter_web/_data/modules/defaults/fam.yml +1 -1
  254. data/lib/starter_web/_data/modules/defaults/framer.yml +1 -1
  255. data/lib/starter_web/_data/modules/defaults/jekyll_search.yml +1 -1
  256. data/lib/starter_web/_data/modules/defaults/log4javascript.yml +1 -1
  257. data/lib/starter_web/_data/modules/defaults/log4r.yml +1 -1
  258. data/lib/starter_web/_data/modules/defaults/lunr_search.yml +1 -1
  259. data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -1
  260. data/lib/starter_web/_data/modules/defaults/themer.yml +1 -1
  261. data/lib/starter_web/_data/modules/defaults/toccer.yml +1 -1
  262. data/lib/starter_web/_data/modules/fam.yml +1 -1
  263. data/lib/starter_web/_data/modules/framer.yml +1 -1
  264. data/lib/starter_web/_data/modules/jekyll_search.yml +1 -1
  265. data/lib/starter_web/_data/modules/log4javascript.yml +1 -1
  266. data/lib/starter_web/_data/modules/log4r.yml +1 -1
  267. data/lib/starter_web/_data/modules/lunr_search.yml +1 -1
  268. data/lib/starter_web/_data/modules/navigator.yml +1 -1
  269. data/lib/starter_web/_data/modules/navigator_menu.yml +1 -1
  270. data/lib/starter_web/_data/modules/themer.yml +2 -2
  271. data/lib/starter_web/_data/modules/toccer.yml +1 -1
  272. data/lib/starter_web/_data/pages/builder.yml +1 -1
  273. data/lib/starter_web/_data/plugins/defaults/notebooks.yml +1 -1
  274. data/lib/starter_web/_data/plugins/defaults/paginator.yml +1 -1
  275. data/lib/starter_web/_data/plugins/notebooks.yml +1 -1
  276. data/lib/starter_web/_data/plugins/paginator.yml +1 -1
  277. data/lib/starter_web/_data/private.yml +1 -1
  278. data/lib/starter_web/_data/resources.yml +3 -3
  279. data/lib/starter_web/_data/utilities/defaults/util_srv.yml +1 -1
  280. data/lib/starter_web/_data/utilities/util_srv.yml +1 -1
  281. data/lib/starter_web/_includes/attributes.asciidoc +1 -1
  282. data/lib/starter_web/_plugins/asciidoctor-extensions/admonition-block-answer.rb +1 -1
  283. data/lib/starter_web/_plugins/asciidoctor-extensions/admonition-block-question.rb +1 -1
  284. data/lib/starter_web/_plugins/asciidoctor-extensions/banner.rb +1 -1
  285. data/lib/starter_web/_plugins/asciidoctor-extensions/carousel-block.rb +1 -1
  286. data/lib/starter_web/_plugins/asciidoctor-extensions/fab-icon-inline.rb +1 -1
  287. data/lib/starter_web/_plugins/asciidoctor-extensions/fas-icon-inline.rb +1 -1
  288. data/lib/starter_web/_plugins/asciidoctor-extensions/gallery-block.rb +1 -1
  289. data/lib/starter_web/_plugins/asciidoctor-extensions/gist-block.rb +1 -1
  290. data/lib/starter_web/_plugins/asciidoctor-extensions/iconify-icon-inline.rb +1 -1
  291. data/lib/starter_web/_plugins/asciidoctor-extensions/lightbox-block.rb +1 -1
  292. data/lib/starter_web/_plugins/asciidoctor-extensions/mdi-icon-inline.rb +1 -1
  293. data/lib/starter_web/_plugins/asciidoctor-extensions/panel.rb +1 -1
  294. data/lib/starter_web/_plugins/asciidoctor-extensions/shout-block.rb +1 -1
  295. data/lib/starter_web/_plugins/asciidoctor-extensions/twitter-emoji-inline.rb +1 -1
  296. data/lib/starter_web/_plugins/debug.rb +1 -1
  297. data/lib/starter_web/_plugins/filters.rb +1 -1
  298. data/lib/starter_web/_plugins/lorem_inline.rb +99 -4
  299. data/lib/starter_web/_plugins/lunr_index.rb +5 -2
  300. data/lib/starter_web/_plugins/minifyJS.rb +1 -1
  301. data/lib/starter_web/_plugins/minifyJSON.rb +1 -1
  302. data/lib/starter_web/_plugins/prettify.rb +1 -1
  303. data/lib/starter_web/_plugins/simple_search_filter.rb +1 -1
  304. data/lib/starter_web/_plugins/symlink_watcher.rb +1 -1
  305. data/lib/starter_web/assets/images/modules/icons/d1/scalable/d1.svg +1 -1
  306. data/lib/starter_web/config.ru +1 -1
  307. data/lib/starter_web/dot.gitattributes +1 -1
  308. data/lib/starter_web/dot.nojekyll +1 -1
  309. data/lib/starter_web/package.json +21 -15
  310. data/lib/starter_web/pages/public/about/about_site.adoc +2 -0
  311. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  312. data/lib/starter_web/utilsrv/package.json +7 -7
  313. data/lib/starter_web/utilsrv/server.js +1 -1
  314. metadata +20 -20
@@ -7,7 +7,7 @@
7
7
  # https://jekyll.one
8
8
  # https://MaterialDesignIcons.com
9
9
  #
10
- # Copyright (C) 2020 Juergen Adams
10
+ # Copyright (C) 2021 Juergen Adams
11
11
  #
12
12
  # J1 Template is licensed under the MIT License.
13
13
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -26,7 +26,7 @@
26
26
  # https://jekyll.one
27
27
  # https://MaterialDesignIcons.com
28
28
  #
29
- # Copyright (C) 2020 Juergen Adams
29
+ # Copyright (C) 2021 Juergen Adams
30
30
  #
31
31
  # J1 Template is licensed under the MIT License.
32
32
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -44,7 +44,7 @@
44
44
  # Product/Info:
45
45
  # https://jekyll.one
46
46
  #
47
- # Copyright (C) 2020 Juergen Adams
47
+ # Copyright (C) 2021 Juergen Adams
48
48
  #
49
49
  # J1 Template is licensed under the MIT License.
50
50
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -58,7 +58,7 @@
58
58
  # Product/Info:
59
59
  # https://jekyll.one
60
60
  #
61
- # Copyright (C) 2020 Juergen Adams
61
+ # Copyright (C) 2021 Juergen Adams
62
62
  #
63
63
  # J1 Template is licensed under the MIT License.
64
64
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -79,7 +79,7 @@
79
79
  # Product/Info:
80
80
  # https://jekyll.one
81
81
  #
82
- # Copyright (C) 2020 Juergen Adams
82
+ # Copyright (C) 2021 Juergen Adams
83
83
  #
84
84
  # J1 Template is licensed under the MIT License.
85
85
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -142,7 +142,7 @@
142
142
  # Product/Info:
143
143
  # https://jekyll.one
144
144
  #
145
- # Copyright (C) 2020 Juergen Adams
145
+ # Copyright (C) 2021 Juergen Adams
146
146
  #
147
147
  # J1 Template is licensed under the MIT License.
148
148
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -10536,7 +10536,7 @@
10536
10536
  # Product/Info:
10537
10537
  # https://jekyll.one
10538
10538
  #
10539
- # Copyright (C) 2020 Juergen Adams
10539
+ # Copyright (C) 2021 Juergen Adams
10540
10540
  #
10541
10541
  # J1 Template is licensed under the MIT License.
10542
10542
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -10606,7 +10606,7 @@ a.mdi-bs-black:focus {
10606
10606
  # Product/Info:
10607
10607
  # https://jekyll.one
10608
10608
  #
10609
- # Copyright (C) 2020 Juergen Adams
10609
+ # Copyright (C) 2021 Juergen Adams
10610
10610
  #
10611
10611
  # J1 Template is licensed under the MIT License.
10612
10612
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -14560,7 +14560,7 @@ a.mdi-md-black-darker:focus {
14560
14560
  # Product/Info:
14561
14561
  # https://jekyll.one
14562
14562
  #
14563
- # Copyright (C) 2020 Juergen Adams
14563
+ # Copyright (C) 2021 Juergen Adams
14564
14564
  #
14565
14565
  # J1 Template is licensed under the MIT License.
14566
14566
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -8,7 +8,7 @@
8
8
  # https://jekyll.one
9
9
  # https://twemoji.twitter.com/
10
10
  #
11
- # Copyright (C) 2020 Juergen Adams
11
+ # Copyright (C) 2021 Juergen Adams
12
12
  # Copyright (C) 2020 Twitter, Inc and other contributors
13
13
  #
14
14
  # J1 Template is licensed under the MIT License.
@@ -28,7 +28,7 @@
28
28
  # Product/Info:
29
29
  # https://jekyll.one
30
30
  #
31
- # Copyright (C) 2020 Juergen Adams
31
+ # Copyright (C) 2021 Juergen Adams
32
32
  #
33
33
  # J1 Template is licensed under the MIT License.
34
34
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -42,7 +42,7 @@
42
42
  # Product/Info:
43
43
  # https://jekyll.one
44
44
  #
45
- # Copyright (C) 2020 Juergen Adams
45
+ # Copyright (C) 2021 Juergen Adams
46
46
  #
47
47
  # J1 Template is licensed under the MIT License.
48
48
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -2537,7 +2537,7 @@
2537
2537
  # Product/Info:
2538
2538
  # https://jekyll.one
2539
2539
  #
2540
- # Copyright (C) 2020 Juergen Adams
2540
+ # Copyright (C) 2021 Juergen Adams
2541
2541
  #
2542
2542
  # J1 Template is licensed under the MIT License.
2543
2543
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -9295,7 +9295,7 @@
9295
9295
  # Product/Info:
9296
9296
  # https://jekyll.one
9297
9297
  #
9298
- # Copyright (C) 2020 Juergen Adams
9298
+ # Copyright (C) 2021 Juergen Adams
9299
9299
  #
9300
9300
  # J1 Template is licensed under the MIT License.
9301
9301
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -9378,7 +9378,7 @@
9378
9378
  # Product/Info:
9379
9379
  # https://jekyll.one
9380
9380
  #
9381
- # Copyright (C) 2020 Juergen Adams
9381
+ # Copyright (C) 2021 Juergen Adams
9382
9382
  #
9383
9383
  # J1 Template is licensed under the MIT License.
9384
9384
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -6,7 +6,7 @@
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2021 Juergen Adams
10
10
  #
11
11
  # J1 Template is licensed under the MIT License.
12
12
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -6,7 +6,7 @@
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2021 Juergen Adams
10
10
  #
11
11
  # J1 Template is licensed under the MIT License.
12
12
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -20,7 +20,7 @@
20
20
  // Product/Info:
21
21
  // https://jekyll.one
22
22
  //
23
- // Copyright (C) 2020 Juergen Adams
23
+ // Copyright (C) 2021 Juergen Adams
24
24
  //
25
25
  // J1 Template is licensed under the MIT License.
26
26
  // See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -33,7 +33,7 @@
33
33
  // Product/Info:
34
34
  // https://jekyll.one
35
35
  //
36
- // Copyright (C) 2020 Juergen Adams
36
+ // Copyright (C) 2021 Juergen Adams
37
37
  //
38
38
  // J1 Template is licensed under the MIT License.
39
39
  // See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -46,7 +46,7 @@
46
46
  // Product/Info:
47
47
  // https://jekyll.one
48
48
  //
49
- // Copyright (C) 2020 Juergen Adams
49
+ // Copyright (C) 2021 Juergen Adams
50
50
  //
51
51
  // J1 Template is licensed under the MIT License.
52
52
  // See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -59,7 +59,7 @@
59
59
  // Product/Info:
60
60
  // https://jekyll.one
61
61
  //
62
- // Copyright (C) 2020 Juergen Adams
62
+ // Copyright (C) 2021 Juergen Adams
63
63
  //
64
64
  // J1 Template is licensed under the MIT License.
65
65
  // See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -7231,7 +7231,7 @@ a.text-dark:hover, a.text-dark:focus {
7231
7231
  // Product/Info:
7232
7232
  // https://jekyll.one
7233
7233
  //
7234
- // Copyright (C) 2020 Juergen Adams
7234
+ // Copyright (C) 2021 Juergen Adams
7235
7235
  //
7236
7236
  // J1 Template is licensed under the MIT License.
7237
7237
  // See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -7244,7 +7244,7 @@ a.text-dark:hover, a.text-dark:focus {
7244
7244
  # Product/Info:
7245
7245
  # https://jekyll.one
7246
7246
  #
7247
- # Copyright (C) 2020 Juergen Adams
7247
+ # Copyright (C) 2021 Juergen Adams
7248
7248
  #
7249
7249
  # J1 Template is licensed under the MIT License.
7250
7250
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -7290,7 +7290,7 @@ a.text-dark:hover, a.text-dark:focus {
7290
7290
  # Product/Info:
7291
7291
  # https://jekyll.one
7292
7292
  #
7293
- # Copyright (C) 2020 Juergen Adams
7293
+ # Copyright (C) 2021 Juergen Adams
7294
7294
  #
7295
7295
  # J1 Template is licensed under the MIT License.
7296
7296
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -7306,7 +7306,7 @@ a.text-dark:hover, a.text-dark:focus {
7306
7306
  # Product/Info:
7307
7307
  # https://jekyll.one
7308
7308
  #
7309
- # Copyright (C) 2020 Juergen Adams
7309
+ # Copyright (C) 2021 Juergen Adams
7310
7310
  #
7311
7311
  # J1 Template is licensed under the MIT License.
7312
7312
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -7326,7 +7326,7 @@ a.text-dark:hover, a.text-dark:focus {
7326
7326
  # Product/Info:
7327
7327
  # https://jekyll.one
7328
7328
  #
7329
- # Copyright (C) 2020 Juergen Adams
7329
+ # Copyright (C) 2021 Juergen Adams
7330
7330
  #
7331
7331
  # J1 Template is licensed under the MIT License.
7332
7332
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -7419,7 +7419,7 @@ a.text-dark:hover, a.text-dark:focus {
7419
7419
  # Product/Info:
7420
7420
  # https://jekyll.one
7421
7421
  #
7422
- # Copyright (C) 2020 Juergen Adams
7422
+ # Copyright (C) 2021 Juergen Adams
7423
7423
  #
7424
7424
  # J1 Template is licensed under the MIT License.
7425
7425
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -7441,7 +7441,7 @@ a.text-dark:hover, a.text-dark:focus {
7441
7441
  # Product/Info:
7442
7442
  # https://jekyll.one
7443
7443
  #
7444
- # Copyright (C) 2020 Juergen Adams
7444
+ # Copyright (C) 2021 Juergen Adams
7445
7445
  #
7446
7446
  # J1 Template is licensed under the MIT License.
7447
7447
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -7457,7 +7457,7 @@ a.text-dark:hover, a.text-dark:focus {
7457
7457
  # Product/Info:
7458
7458
  # https://jekyll.one
7459
7459
  #
7460
- # Copyright (C) 2020 Juergen Adams
7460
+ # Copyright (C) 2021 Juergen Adams
7461
7461
  #
7462
7462
  # J1 Template is licensed under the MIT License.
7463
7463
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -7500,7 +7500,7 @@ select.form-control[size], select.form-control[multiple] {
7500
7500
  # Product/Info:
7501
7501
  # https://jekyll.one
7502
7502
  #
7503
- # Copyright (C) 2020 Juergen Adams
7503
+ # Copyright (C) 2021 Juergen Adams
7504
7504
  #
7505
7505
  # J1 Template is licensed under the MIT License.
7506
7506
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -7517,7 +7517,7 @@ select.form-control[size], select.form-control[multiple] {
7517
7517
  # Product/Info:
7518
7518
  # https://jekyll.one
7519
7519
  #
7520
- # Copyright (C) 2020 Juergen Adams
7520
+ # Copyright (C) 2021 Juergen Adams
7521
7521
  #
7522
7522
  # J1 Template is licensed under the MIT License.
7523
7523
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -7541,7 +7541,7 @@ li > a:hover {
7541
7541
  # Product/Info:
7542
7542
  # https://jekyll.one
7543
7543
  #
7544
- # Copyright (C) 2020 Juergen Adams
7544
+ # Copyright (C) 2021 Juergen Adams
7545
7545
  #
7546
7546
  # J1 Template is licensed under the MIT License.
7547
7547
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -7617,7 +7617,7 @@ li > a:hover {
7617
7617
  # Product/Info:
7618
7618
  # https://jekyll.one
7619
7619
  #
7620
- # Copyright (C) 2020 Juergen Adams
7620
+ # Copyright (C) 2021 Juergen Adams
7621
7621
  #
7622
7622
  # J1 Template is licensed under the MIT License.
7623
7623
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -7735,7 +7735,7 @@ li > a:hover {
7735
7735
  # Product/Info:
7736
7736
  # https://jekyll.one
7737
7737
  #
7738
- # Copyright (C) 2020 Juergen Adams
7738
+ # Copyright (C) 2021 Juergen Adams
7739
7739
  #
7740
7740
  # J1 Template is licensed under the MIT License.
7741
7741
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -7759,7 +7759,7 @@ button:focus {
7759
7759
  # Product/Info:
7760
7760
  # https://jekyll.one
7761
7761
  #
7762
- # Copyright (C) 2020 Juergen Adams
7762
+ # Copyright (C) 2021 Juergen Adams
7763
7763
  #
7764
7764
  # J1 Template is licensed under the MIT License.
7765
7765
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -7864,7 +7864,7 @@ table tr.even, table tr.alt, table tr:nth-of-type(even) {
7864
7864
  // Product/Info:
7865
7865
  // https://jekyll.one
7866
7866
  //
7867
- // Copyright (C) 2020 Juergen Adams
7867
+ // Copyright (C) 2021 Juergen Adams
7868
7868
  //
7869
7869
  // J1 Template is licensed under the MIT License.
7870
7870
  // See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -7893,7 +7893,7 @@ table tr.even, table tr.alt, table tr:nth-of-type(even) {
7893
7893
  # Product/Info:
7894
7894
  # https:#jekyll.one
7895
7895
  #
7896
- # Copyright (C) 2020 Juergen Adams
7896
+ # Copyright (C) 2021 Juergen Adams
7897
7897
  #
7898
7898
  # J1 Template is licensed under the MIT License.
7899
7899
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -7911,7 +7911,7 @@ table tr.even, table tr.alt, table tr:nth-of-type(even) {
7911
7911
  # Product/Info:
7912
7912
  # https:#jekyll.one
7913
7913
  #
7914
- # Copyright (C) 2020 Juergen Adams
7914
+ # Copyright (C) 2021 Juergen Adams
7915
7915
  #
7916
7916
  # J1 Template is licensed under the MIT License.
7917
7917
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -7928,7 +7928,7 @@ table tr.even, table tr.alt, table tr:nth-of-type(even) {
7928
7928
  # Product/Info:
7929
7929
  # https:#jekyll.one
7930
7930
  #
7931
- # Copyright (C) 2020 Juergen Adams
7931
+ # Copyright (C) 2021 Juergen Adams
7932
7932
  #
7933
7933
  # J1 Template is licensed under the MIT License.
7934
7934
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -7944,7 +7944,7 @@ table tr.even, table tr.alt, table tr:nth-of-type(even) {
7944
7944
  # Product/Info:
7945
7945
  # https:#jekyll.one
7946
7946
  #
7947
- # Copyright (C) 2020 Juergen Adams
7947
+ # Copyright (C) 2021 Juergen Adams
7948
7948
  #
7949
7949
  # J1 Template is licensed under the MIT License.
7950
7950
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -7969,7 +7969,7 @@ table tr.even, table tr.alt, table tr:nth-of-type(even) {
7969
7969
  // Product/Info:
7970
7970
  // https://jekyll.one
7971
7971
  //
7972
- // Copyright (C) 2020 Juergen Adams
7972
+ // Copyright (C) 2021 Juergen Adams
7973
7973
  //
7974
7974
  // J1 Template is licensed under the MIT License.
7975
7975
  // See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -7982,7 +7982,7 @@ table tr.even, table tr.alt, table tr:nth-of-type(even) {
7982
7982
  # Product/Info:
7983
7983
  # http://jekyll.one
7984
7984
  #
7985
- # Copyright (C) 2020 Juergen Adams
7985
+ # Copyright (C) 2021 Juergen Adams
7986
7986
  #
7987
7987
  # J1 Template is licensed under the MIT License
7988
7988
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -8000,7 +8000,7 @@ table tr.even, table tr.alt, table tr:nth-of-type(even) {
8000
8000
  # Product/Info:
8001
8001
  # http://jekyll.one
8002
8002
  #
8003
- # Copyright (C) 2020 Juergen Adams
8003
+ # Copyright (C) 2021 Juergen Adams
8004
8004
  #
8005
8005
  # J1 Template is licensed under the MIT License
8006
8006
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -8018,7 +8018,7 @@ table tr.even, table tr.alt, table tr:nth-of-type(even) {
8018
8018
  # Product/Info:
8019
8019
  # http://jekyll.one
8020
8020
  #
8021
- # Copyright (C) 2020 Juergen Adams
8021
+ # Copyright (C) 2021 Juergen Adams
8022
8022
  #
8023
8023
  # J1 Template is licensed under the MIT License
8024
8024
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -8037,7 +8037,7 @@ a.toc-link:hover {
8037
8037
  // Product/Info:
8038
8038
  // https://jekyll.one
8039
8039
  //
8040
- // Copyright (C) 2020 Juergen Adams
8040
+ // Copyright (C) 2021 Juergen Adams
8041
8041
  //
8042
8042
  // J1 Template is licensed under the MIT License.
8043
8043
  // See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -8051,7 +8051,7 @@ a.toc-link:hover {
8051
8051
  # Product/Info:
8052
8052
  # https://jekyll.one
8053
8053
  #
8054
- # Copyright (C) 2020 Juergen Adams
8054
+ # Copyright (C) 2021 Juergen Adams
8055
8055
  #
8056
8056
  # J1 Template is licensed under the MIT License.
8057
8057
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -8103,7 +8103,7 @@ table tr th, table tr td {
8103
8103
  # https://jekyll.one
8104
8104
  # https://github.com/xLs51/Twemoji-Picker
8105
8105
  #
8106
- # Copyright (C) 2020 Juergen Adams
8106
+ # Copyright (C) 2021 Juergen Adams
8107
8107
  # Copyright (C) 2015 xLs51
8108
8108
  #
8109
8109
  # J1 Template is licensed under the MIT License.
@@ -6,7 +6,7 @@
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2021 Juergen Adams
10
10
  #
11
11
  # J1 Template is licensed under the MIT License.
12
12
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -20,7 +20,7 @@
20
20
  // Product/Info:
21
21
  // https://jekyll.one
22
22
  //
23
- // Copyright (C) 2020 Juergen Adams
23
+ // Copyright (C) 2021 Juergen Adams
24
24
  //
25
25
  // J1 Template is licensed under the MIT License.
26
26
  // See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -33,7 +33,7 @@
33
33
  # Product/Info:
34
34
  # https://jekyll.one
35
35
  #
36
- # Copyright (C) 2020 Juergen Adams
36
+ # Copyright (C) 2021 Juergen Adams
37
37
  #
38
38
  # J1 Template is licensed under the MIT License.
39
39
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -72,7 +72,7 @@
72
72
  # Product/Info:
73
73
  # https://jekyll.one
74
74
  #
75
- # Copyright (C) 2020 Juergen Adams
75
+ # Copyright (C) 2021 Juergen Adams
76
76
  #
77
77
  # J1 Template is licensed under the MIT License.
78
78
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -7312,7 +7312,7 @@ a.text-dark:hover, a.text-dark:focus {
7312
7312
  # Product/Info:
7313
7313
  # https://jekyll.one
7314
7314
  #
7315
- # Copyright (C) 2020 Juergen Adams
7315
+ # Copyright (C) 2021 Juergen Adams
7316
7316
  #
7317
7317
  # J1 Template is licensed under the MIT License.
7318
7318
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -7327,7 +7327,7 @@ a.text-dark:hover, a.text-dark:focus {
7327
7327
  # Product/Info:
7328
7328
  # https://jekyll.one
7329
7329
  #
7330
- # Copyright (C) 2020 Juergen Adams
7330
+ # Copyright (C) 2021 Juergen Adams
7331
7331
  #
7332
7332
  # J1 Template is licensed under the MIT License.
7333
7333
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -7344,7 +7344,7 @@ a.text-dark:hover, a.text-dark:focus {
7344
7344
  # Product/Info:
7345
7345
  # https://jekyll.one
7346
7346
  #
7347
- # Copyright (C) 2020 Juergen Adams
7347
+ # Copyright (C) 2021 Juergen Adams
7348
7348
  #
7349
7349
  # J1 Template is licensed under the MIT License.
7350
7350
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -7370,7 +7370,7 @@ a.text-dark:hover, a.text-dark:focus {
7370
7370
  # Product/Info:
7371
7371
  # https://jekyll.one
7372
7372
  #
7373
- # Copyright (C) 2020 Juergen Adams
7373
+ # Copyright (C) 2021 Juergen Adams
7374
7374
  #
7375
7375
  # J1 Template is licensed under the MIT License.
7376
7376
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -7393,7 +7393,7 @@ a.text-dark:hover, a.text-dark:focus {
7393
7393
  # Product/Info:
7394
7394
  # https://jekyll.one
7395
7395
  #
7396
- # Copyright (C) 2020 Juergen Adams
7396
+ # Copyright (C) 2021 Juergen Adams
7397
7397
  #
7398
7398
  # J1 Template is licensed under the MIT License.
7399
7399
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -9425,7 +9425,7 @@ fieldset[disabled][disabled] .btn, .btn.disabled, .btn:disabled, .btn[disabled],
9425
9425
  # Product/Info:
9426
9426
  # https://jekyll.one
9427
9427
  #
9428
- # Copyright (C) 2020 Juergen Adams
9428
+ # Copyright (C) 2021 Juergen Adams
9429
9429
  #
9430
9430
  # J1 Template is licensed under the MIT License.
9431
9431
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -9478,7 +9478,7 @@ fieldset[disabled][disabled] .btn, .btn.disabled, .btn:disabled, .btn[disabled],
9478
9478
  # Product/Info:
9479
9479
  # https://jekyll.one
9480
9480
  #
9481
- # Copyright (C) 2020 Juergen Adams
9481
+ # Copyright (C) 2021 Juergen Adams
9482
9482
  #
9483
9483
  # J1 Template is licensed under the MIT License.
9484
9484
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -9620,7 +9620,7 @@ label.checkbox-inline {
9620
9620
  # Product/Info:
9621
9621
  # https://jekyll.one
9622
9622
  #
9623
- # Copyright (C) 2020 Juergen Adams
9623
+ # Copyright (C) 2021 Juergen Adams
9624
9624
  #
9625
9625
  # J1 Template is licensed under the MIT License.
9626
9626
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -9646,7 +9646,7 @@ code {
9646
9646
  # Product/Info:
9647
9647
  # https://jekyll.one
9648
9648
  #
9649
- # Copyright (C) 2020 Juergen Adams
9649
+ # Copyright (C) 2021 Juergen Adams
9650
9650
  #
9651
9651
  # J1 Template is licensed under the MIT License.
9652
9652
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -10920,7 +10920,7 @@ li > a:hover {
10920
10920
  # Product/Info:
10921
10921
  # https://jekyll.one
10922
10922
  #
10923
- # Copyright (C) 2020 Juergen Adams
10923
+ # Copyright (C) 2021 Juergen Adams
10924
10924
  #
10925
10925
  # J1 Template is licensed under the MIT License.
10926
10926
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -12178,7 +12178,7 @@ select, select.form-control {
12178
12178
  # Product/Info:
12179
12179
  # https://jekyll.one
12180
12180
  #
12181
- # Copyright (C) 2020 Juergen Adams
12181
+ # Copyright (C) 2021 Juergen Adams
12182
12182
  #
12183
12183
  # J1 Template is licensed under the MIT License.
12184
12184
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -12275,7 +12275,7 @@ select, select.form-control {
12275
12275
  # Product/Info:
12276
12276
  # https://jekyll.one
12277
12277
  #
12278
- # Copyright (C) 2020 Juergen Adams
12278
+ # Copyright (C) 2021 Juergen Adams
12279
12279
  #
12280
12280
  # J1 Template is licensed under the MIT License.
12281
12281
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -12337,7 +12337,7 @@ select, select.form-control {
12337
12337
  # Product/Info:
12338
12338
  # https://jekyll.one
12339
12339
  #
12340
- # Copyright (C) 2020 Juergen Adams
12340
+ # Copyright (C) 2021 Juergen Adams
12341
12341
  #
12342
12342
  # J1 Template is licensed under the MIT License.
12343
12343
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -12355,7 +12355,7 @@ dd {
12355
12355
  # Product/Info:
12356
12356
  # https://jekyll.one
12357
12357
  #
12358
- # Copyright (C) 2020 Juergen Adams
12358
+ # Copyright (C) 2021 Juergen Adams
12359
12359
  #
12360
12360
  # J1 Template is licensed under the MIT License.
12361
12361
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -12382,7 +12382,7 @@ dd {
12382
12382
  # Product/Info:
12383
12383
  # https://jekyll.one
12384
12384
  #
12385
- # Copyright (C) 2020 Juergen Adams
12385
+ # Copyright (C) 2021 Juergen Adams
12386
12386
  #
12387
12387
  # J1 Template is licensed under the MIT License.
12388
12388
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -12502,7 +12502,7 @@ dd {
12502
12502
  # Product/Info:
12503
12503
  # https://jekyll.one
12504
12504
  #
12505
- # Copyright (C) 2020 Juergen Adams
12505
+ # Copyright (C) 2021 Juergen Adams
12506
12506
  #
12507
12507
  # J1 Template is licensed under the MIT License.
12508
12508
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -12535,7 +12535,7 @@ dd {
12535
12535
  # Product/Info:
12536
12536
  # https://jekyll.one
12537
12537
  #
12538
- # Copyright (C) 2020 Juergen Adams
12538
+ # Copyright (C) 2021 Juergen Adams
12539
12539
  #
12540
12540
  # J1 Template is licensed under the MIT License.
12541
12541
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -12576,7 +12576,7 @@ dd {
12576
12576
  # Product/Info:
12577
12577
  # https://jekyll.one
12578
12578
  #
12579
- # Copyright (C) 2020 Juergen Adams
12579
+ # Copyright (C) 2021 Juergen Adams
12580
12580
  #
12581
12581
  # J1 Template is licensed under the MIT License.
12582
12582
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -12687,7 +12687,7 @@ label.radio-inline {
12687
12687
  # Product/Info:
12688
12688
  # https://jekyll.one
12689
12689
  #
12690
- # Copyright (C) 2020 Juergen Adams
12690
+ # Copyright (C) 2021 Juergen Adams
12691
12691
  #
12692
12692
  # J1 Template is licensed under the MIT License.
12693
12693
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -12822,7 +12822,7 @@ a:focus {
12822
12822
  # Product/Info:
12823
12823
  # https://jekyll.one
12824
12824
  #
12825
- # Copyright (C) 2020 Juergen Adams
12825
+ # Copyright (C) 2021 Juergen Adams
12826
12826
  #
12827
12827
  # J1 Template is licensed under the MIT License.
12828
12828
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -12843,7 +12843,7 @@ table.tableblock > .title {
12843
12843
  # Product/Info:
12844
12844
  # https://jekyll.one
12845
12845
  #
12846
- # Copyright (C) 2020 Juergen Adams
12846
+ # Copyright (C) 2021 Juergen Adams
12847
12847
  #
12848
12848
  # J1 Template is licensed under the MIT License.
12849
12849
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -12917,7 +12917,7 @@ table.tableblock > .title {
12917
12917
  # Product/Info:
12918
12918
  # https://jekyll.one
12919
12919
  #
12920
- # Copyright (C) 2020 Juergen Adams
12920
+ # Copyright (C) 2021 Juergen Adams
12921
12921
  #
12922
12922
  # J1 Template is licensed under the MIT License.
12923
12923
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -12932,7 +12932,7 @@ table.tableblock > .title {
12932
12932
  # Product/Info:
12933
12933
  # https://jekyll.one
12934
12934
  #
12935
- # Copyright (C) 2020 Juergen Adams
12935
+ # Copyright (C) 2021 Juergen Adams
12936
12936
  #
12937
12937
  # J1 Template is licensed under the MIT License.
12938
12938
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -12956,7 +12956,7 @@ table.tableblock > .title {
12956
12956
  # Product/Info:
12957
12957
  # https://jekyll.one
12958
12958
  #
12959
- # Copyright (C) 2020 Juergen Adams
12959
+ # Copyright (C) 2021 Juergen Adams
12960
12960
  #
12961
12961
  # J1 Template is licensed under the MIT License.
12962
12962
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -12973,6 +12973,7 @@ table.tableblock > .title {
12973
12973
  .attic .j1-booticon {
12974
12974
  margin: 0 auto 30px; }
12975
12975
 
12976
+ /* jadams, 2020-12-25: added line-height */
12976
12977
  .attic .head-title h2 {
12977
12978
  margin-top: -1.2rem;
12978
12979
  margin-bottom: 0 !important;
@@ -13092,7 +13093,7 @@ table.tableblock > .title {
13092
13093
  # Product/Info:
13093
13094
  # https://jekyll.one
13094
13095
  #
13095
- # Copyright (C) 2020 Juergen Adams
13096
+ # Copyright (C) 2021 Juergen Adams
13096
13097
  #
13097
13098
  # J1 Template is licensed under the MIT License.
13098
13099
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -13114,7 +13115,7 @@ table.tableblock > .title {
13114
13115
  // Product/Info:
13115
13116
  // https://jekyll.one
13116
13117
  //
13117
- // Copyright (C) 2020 Juergen Adams
13118
+ // Copyright (C) 2021 Juergen Adams
13118
13119
  //
13119
13120
  // J1 Template is licensed under the MIT License.
13120
13121
  // See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -13139,7 +13140,7 @@ table.tableblock > .title {
13139
13140
  # Product/Info:
13140
13141
  # https://jekyll.one
13141
13142
  #
13142
- # Copyright (C) 2020 Juergen Adams
13143
+ # Copyright (C) 2021 Juergen Adams
13143
13144
  #
13144
13145
  # J1 Template is licensed under the MIT License.
13145
13146
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -13795,7 +13796,7 @@ a.card-title:hover {
13795
13796
  # Product/Info:
13796
13797
  # https://jekyll.one
13797
13798
  #
13798
- # Copyright (C) 2020 Juergen Adams
13799
+ # Copyright (C) 2021 Juergen Adams
13799
13800
  #
13800
13801
  # J1 Template is licensed under the MIT License.
13801
13802
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -13834,7 +13835,7 @@ a.card-title:hover {
13834
13835
  # Product/Info:
13835
13836
  # https://jekyll.one
13836
13837
  #
13837
- # Copyright (C) 2020 Juergen Adams
13838
+ # Copyright (C) 2021 Juergen Adams
13838
13839
  #
13839
13840
  # J1 Template is licensed under the MIT License.
13840
13841
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -13866,7 +13867,7 @@ a.card-title:hover {
13866
13867
  # Product/Info:
13867
13868
  # https://jekyll.one
13868
13869
  #
13869
- # Copyright (C) 2020 Juergen Adams
13870
+ # Copyright (C) 2021 Juergen Adams
13870
13871
  #
13871
13872
  # J1 Template is licensed under the MIT License.
13872
13873
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -14065,7 +14066,7 @@ a.card-title:hover {
14065
14066
  # Product/Info:
14066
14067
  # https://jekyll.one
14067
14068
  #
14068
- # Copyright (C) 2020 Juergen Adams
14069
+ # Copyright (C) 2021 Juergen Adams
14069
14070
  #
14070
14071
  # J1 Template is licensed under the MIT License.
14071
14072
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -14095,7 +14096,7 @@ a.card-title:hover {
14095
14096
  # Product/Info:
14096
14097
  # https://jekyll.one
14097
14098
  #
14098
- # Copyright (C) 2020 Juergen Adams
14099
+ # Copyright (C) 2021 Juergen Adams
14099
14100
  #
14100
14101
  # J1 Template is licensed under the MIT License.
14101
14102
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -14333,7 +14334,7 @@ a.card-title:hover {
14333
14334
  # Product/Info:
14334
14335
  # https://jekyll.one
14335
14336
  #
14336
- # Copyright (C) 2020 Juergen Adams
14337
+ # Copyright (C) 2021 Juergen Adams
14337
14338
  #
14338
14339
  # J1 Template is licensed under the MIT License.
14339
14340
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -14381,7 +14382,7 @@ h2.featured-headline, h3.featured-headline {
14381
14382
  # Product/Info:
14382
14383
  # https://jekyll.one
14383
14384
  #
14384
- # Copyright (C) 2020 Juergen Adams
14385
+ # Copyright (C) 2021 Juergen Adams
14385
14386
  #
14386
14387
  # J1 Template is licensed under the MIT License.
14387
14388
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -14592,7 +14593,7 @@ a.news-link {
14592
14593
  # Product/Info:
14593
14594
  # https://jekyll.one
14594
14595
  #
14595
- # Copyright (C) 2020 Juergen Adams
14596
+ # Copyright (C) 2021 Juergen Adams
14596
14597
  #
14597
14598
  # J1 Template is licensed under the MIT License.
14598
14599
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -14853,7 +14854,7 @@ a.news-link {
14853
14854
  # https://jekyll.one
14854
14855
  # https://github.com/wilddeer/stickyfill
14855
14856
  #
14856
- # Copyright (C) 2020 Juergen Adams
14857
+ # Copyright (C) 2021 Juergen Adams
14857
14858
  #
14858
14859
  # J1 Template is licensed under the MIT License.
14859
14860
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -14883,7 +14884,7 @@ a.news-link {
14883
14884
  # Product/Info:
14884
14885
  # https://jekyll.one
14885
14886
  #
14886
- # Copyright (C) 2020 Juergen Adams
14887
+ # Copyright (C) 2021 Juergen Adams
14887
14888
  #
14888
14889
  # J1 Template is licensed under the MIT License.
14889
14890
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -15066,7 +15067,7 @@ ul.posts li a:hover {
15066
15067
  # Product/Info:
15067
15068
  # https://jekyll.one
15068
15069
  #
15069
- # Copyright (C) 2020 Juergen Adams
15070
+ # Copyright (C) 2021 Juergen Adams
15070
15071
  #
15071
15072
  # J1 Template is licensed under the MIT License.
15072
15073
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -15410,7 +15411,7 @@ a.timeline-list-unstyled:hover {
15410
15411
  # Product/Info:
15411
15412
  # https://jekyll.one
15412
15413
  #
15413
- # Copyright (C) 2020 Juergen Adams
15414
+ # Copyright (C) 2021 Juergen Adams
15414
15415
  #
15415
15416
  # J1 Template is licensed under the MIT License.
15416
15417
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -16072,7 +16073,7 @@ a.timeline-list-unstyled:hover {
16072
16073
  # Product/Info:
16073
16074
  # https://jekyll.one
16074
16075
  #
16075
- # Copyright (C) 2020 Juergen Adams
16076
+ # Copyright (C) 2021 Juergen Adams
16076
16077
  #
16077
16078
  # J1 Template is licensed under the MIT License.
16078
16079
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -16087,7 +16088,7 @@ a.timeline-list-unstyled:hover {
16087
16088
  # Product/Info:
16088
16089
  # https://jekyll.one
16089
16090
  #
16090
- # Copyright (C) 2020 Juergen Adams
16091
+ # Copyright (C) 2021 Juergen Adams
16091
16092
  #
16092
16093
  # J1 Template is licensed under the MIT License.
16093
16094
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -16207,7 +16208,7 @@ a.timeline-list-unstyled:hover {
16207
16208
  # Product/Info:
16208
16209
  # https://jekyll.one
16209
16210
  #
16210
- # Copyright (C) 2020 Juergen Adams
16211
+ # Copyright (C) 2021 Juergen Adams
16211
16212
  #
16212
16213
  # J1 Template is licensed under the MIT License.
16213
16214
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -16414,7 +16415,7 @@ a.timeline-list-unstyled:hover {
16414
16415
  # Product/Info:
16415
16416
  # https://jekyll.one
16416
16417
  #
16417
- # Copyright (C) 2020 Juergen Adams
16418
+ # Copyright (C) 2021 Juergen Adams
16418
16419
  #
16419
16420
  # J1 Template is licensed under the MIT License.
16420
16421
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -20538,7 +20539,7 @@ a.md-black-darker:focus {
20538
20539
  # Product/Info:
20539
20540
  # https://jekyll.one
20540
20541
  #
20541
- # Copyright (C) 2020 Juergen Adams
20542
+ # Copyright (C) 2021 Juergen Adams
20542
20543
  #
20543
20544
  # J1 Template is licensed under the MIT License.
20544
20545
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -20813,7 +20814,7 @@ figcaption .caption-title {
20813
20814
  # Product/Info:
20814
20815
  # https://jekyll.one
20815
20816
  #
20816
- # Copyright (C) 2020 Juergen Adams
20817
+ # Copyright (C) 2021 Juergen Adams
20817
20818
  #
20818
20819
  # J1 Template is licensed under the MIT License.
20819
20820
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -20913,7 +20914,7 @@ figcaption .caption-title {
20913
20914
  # Product/Info:
20914
20915
  # https://jekyll.one
20915
20916
  #
20916
- # Copyright (C) 2020 Juergen Adams
20917
+ # Copyright (C) 2021 Juergen Adams
20917
20918
  #
20918
20919
  # J1 Template is licensed under the MIT License.
20919
20920
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -21025,7 +21026,7 @@ figcaption .caption-title {
21025
21026
  # Product/Info:
21026
21027
  # https://jekyll.one
21027
21028
  #
21028
- # Copyright (C) 2020 Juergen Adams
21029
+ # Copyright (C) 2021 Juergen Adams
21029
21030
  #
21030
21031
  # J1 Template is licensed under the MIT License.
21031
21032
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -21041,7 +21042,7 @@ figcaption .caption-title {
21041
21042
  # http://jekyll.one
21042
21043
  # http://www.primebox.co.uk/projects/jquery-cookiebar/
21043
21044
  #
21044
- # Copyright (C) 2020 Juergen Adams
21045
+ # Copyright (C) 2021 Juergen Adams
21045
21046
  # Copyright (C) 2016 Ant Parsons (primebox.co.uk)
21046
21047
  #
21047
21048
  # J1 Template is licensed under the MIT License
@@ -21098,7 +21099,7 @@ figcaption .caption-title {
21098
21099
  # Product/Info:
21099
21100
  # http://jekyll.one
21100
21101
  #
21101
- # Copyright (C) 2020 Juergen Adams
21102
+ # Copyright (C) 2021 Juergen Adams
21102
21103
  #
21103
21104
  # J1 Template is licensed under the MIT License.
21104
21105
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -21315,7 +21316,7 @@ body.scrollable {
21315
21316
  # Product/Info:
21316
21317
  # http://jekyll.one
21317
21318
  #
21318
- # Copyright (C) 2020 Juergen Adams
21319
+ # Copyright (C) 2021 Juergen Adams
21319
21320
  #
21320
21321
  # J1 Template is licensed under the MIT License.
21321
21322
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -21337,7 +21338,7 @@ body.scrollable {
21337
21338
  # Product/Info:
21338
21339
  # http://jekyll.one
21339
21340
  #
21340
- # Copyright (C) 2020 Juergen Adams
21341
+ # Copyright (C) 2021 Juergen Adams
21341
21342
  #
21342
21343
  # J1 Template is licensed under the MIT License.
21343
21344
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -22332,7 +22333,7 @@ body.scrollable {
22332
22333
  # Product/Info:
22333
22334
  # http://jekyll.one
22334
22335
  #
22335
- # Copyright (C) 2020 Juergen Adams
22336
+ # Copyright (C) 2021 Juergen Adams
22336
22337
  #
22337
22338
  # J1 Template is licensed under the MIT License
22338
22339
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -22355,7 +22356,7 @@ code[class^="language-"] {
22355
22356
  # https://tscanlin.github.io/tocbot
22356
22357
  #
22357
22358
  # Copyright (C) 2016 Tim Scanlin
22358
- # Copyright (C) 2020 Juergen Adams
22359
+ # Copyright (C) 2021 Juergen Adams
22359
22360
  #
22360
22361
  # J1 Template is licensed under MIT License.
22361
22362
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -22417,7 +22418,7 @@ a.toc-link {
22417
22418
  # Product/Info:
22418
22419
  # https://jekyll.one
22419
22420
  #
22420
- # Copyright (C) 2020 Juergen Adams
22421
+ # Copyright (C) 2021 Juergen Adams
22421
22422
  #
22422
22423
  # J1 Template is licensed under MIT License.
22423
22424
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -22503,7 +22504,7 @@ a.toc-link:hover {
22503
22504
  # Product/Info:
22504
22505
  # http://jekyll.one
22505
22506
  #
22506
- # Copyright (C) 2020 Juergen Adams
22507
+ # Copyright (C) 2021 Juergen Adams
22507
22508
  #
22508
22509
  # J1 Template is licensed under the MIT License.
22509
22510
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE