j1-template 2023.8.2 → 2023.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_post.html +19 -49
  3. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +185 -192
  4. data/_includes/themes/j1/procedures/posts/create_series_header.proc +1 -14
  5. data/_includes/themes/j1/procedures/posts/pager.proc +39 -46
  6. data/assets/themes/j1/adapter/js/speak2me.js +1 -1
  7. data/assets/themes/j1/adapter/js/translator.js +4 -2
  8. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +31 -26
  9. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +2 -2
  10. data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +31 -26
  11. data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +2 -2
  12. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +37 -29
  13. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +3 -3
  14. data/assets/themes/j1/core/js/template.js +58 -43
  15. data/assets/themes/j1/core/js/template.min.js +7 -7
  16. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  17. data/lib/j1/version.rb +1 -1
  18. data/lib/starter_web/Gemfile +2 -2
  19. data/lib/starter_web/README.md +5 -5
  20. data/lib/starter_web/_config.yml +1 -1
  21. data/lib/starter_web/_data/blocks/footer.yml +6 -4
  22. data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +89 -135
  23. data/lib/starter_web/_data/modules/defaults/speak2me.yml +1 -0
  24. data/lib/starter_web/_data/modules/justifiedGallery.yml +3 -3
  25. data/lib/starter_web/_data/modules/navigator_menu.yml +14 -7
  26. data/lib/starter_web/_data/templates/feed.xml +1 -1
  27. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  28. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +74 -70
  29. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +110 -84
  30. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +49 -33
  31. data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +47 -26
  32. data/lib/starter_web/package.json +1 -1
  33. data/lib/starter_web/pages/public/blog/navigator/archive/allview.html +66 -63
  34. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +76 -77
  35. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +63 -64
  36. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +79 -64
  37. data/lib/starter_web/pages/public/blog/navigator/index.html +55 -99
  38. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_bootstrap.asciidoc +6 -2
  39. data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +59 -35
  40. data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +4 -4
  41. data/lib/starter_web/pages/public/learn/roundtrip/highlghter_rouge.adoc +1 -1
  42. data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +28 -12
  43. data/lib/starter_web/pages/public/learn/roundtrip/lunr_search.adoc +12 -4
  44. data/lib/starter_web/pages/public/learn/roundtrip/modal_extentions.adoc +5 -1
  45. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +512 -470
  46. data/lib/starter_web/pages/public/learn/roundtrip/present_videos.adoc +20 -6
  47. data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +5 -2
  48. data/lib/starter_web/pages/public/learn/where_to_go.adoc +24 -13
  49. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +4 -1
  50. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +4 -1
  51. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +632 -595
  52. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +12 -3
  53. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  54. data/lib/starter_web/utilsrv/package.json +1 -1
  55. metadata +2 -2
@@ -4,7 +4,7 @@ layout: page
4
4
  title: Posts by Date
5
5
  tagline: Explore Posts
6
6
 
7
- date: 2022-01-01
7
+ date: 2023-09-20
8
8
  #last_modified: 2023-01-01
9
9
 
10
10
  description: >
@@ -22,10 +22,12 @@ pagination:
22
22
  permalink: /page:num/
23
23
 
24
24
  image:
25
- path: /assets/images/modules/attics/matthaeus-1920x1280.jpg
25
+ path: /assets/images/modules/attics/1920x1280/matthaeus.jpg
26
26
  width: 1920
27
27
  height: 1280
28
28
 
29
+ #tts: false
30
+ fab_menu_id: open_toc
29
31
  sort: date
30
32
  exclude_from_search: true
31
33
  regenerate: false # set to 'true', if update posts is required
@@ -34,7 +36,7 @@ resources: [ animate ]
34
36
  resource_options:
35
37
  - attic:
36
38
  slides:
37
- - url: /assets/images/modules/attics/matthaeus-1920x1280.jpg
39
+ - url: /assets/images/modules/attics/1920x1280/matthaeus.jpg
38
40
  alt: Photo by Matthaeus on Unsplash
39
41
  badge:
40
42
  type: unsplash
@@ -42,6 +44,13 @@ resource_options:
42
44
  href: https://unsplash.com/@matthaeus123
43
45
  ---
44
46
 
47
+ {% comment %} Debugging
48
+ --------------------------------------------------------------------------------
49
+ skip_categories: {{skip_categories | debug}}
50
+ site_category_word_list: {{site_category_word_list | debug}}
51
+ --------------------------------------------------------------------------------
52
+ {% endcomment %}
53
+
45
54
  {% comment %} Liquid procedures
46
55
  -------------------------------------------------------------------------------- {% endcomment %}
47
56
  {% capture get_page_path %}themes/{{site.template.name}}/procedures/global/get_page_path.proc{% endcapture %}
@@ -76,9 +85,10 @@ resource_options:
76
85
  {% capture browser_page_url %}{{page.url}}{% endcapture %}
77
86
  {% endif %}
78
87
 
88
+ {% comment %} Generate URLs for all Navigator Views
89
+ ------------------------------------------------------------------------ {% endcomment %}
79
90
  {% include {{get_page_path}} mode='absolute' %}
80
91
  {% assign navigator_path = page_path|remove_first: 'archive' %}
81
-
82
92
  {% capture navigator %}{{navigator_path}}{% endcapture %}
83
93
  {% capture date_view %}{{page_path}}/dateview/{% endcapture %}
84
94
  {% capture category_view %}{{page_path}}/categoryview/{% endcapture %}
@@ -96,70 +106,56 @@ resource_options:
96
106
  {% assign image_filters = '' %}
97
107
  {% endif %}
98
108
 
99
- {% comment %} language detection
109
+ {% comment %} Collect Readmore Text
100
110
  -------------------------------------------------------------------------------- {% endcomment %}
101
- {% if site.language == "en" %}
102
- {% assign language = "en" %}
103
- {% elsif site.language == "de"%}
104
- {% assign language = "de" %}
105
- {% else %}
106
- {% assign language = "en" %}
111
+ {% if blog_navigator_options.readmore_text %}
112
+ {% assign readmore_text = blog_navigator_options.readmore_text %}
107
113
  {% endif %}
108
114
 
109
- {% if language == "en" %}
110
- {% assign readmore_text = "read" %}
111
-
112
- {% assign category_view_button_text = blog_navigator_options.button_text.view_selector.category_view.en %}
113
- {% assign date_view_button_text = blog_navigator_options.button_text.view_selector.date_view.en %}
114
- {% assign archive_view_button_text = blog_navigator_options.button_text.view_selector.archive_view.en %}
115
- {% assign tag_view_button_text = blog_navigator_options.button_text.view_selector.tag_view.en %}
116
-
117
- {% assign view_headline = blog_navigator_options.date_view.page_text.en.headline %}
118
- {% assign view_description_text = blog_navigator_options.date_view.page_text.en.description %}
119
- {% endif %}
120
-
121
- {% if language == "de" %}
122
- {% assign readmore_text = "lesen" %}
123
-
124
- {% assign category_view_button_text = blog_navigator_options.button_text.view_selector.category_view.de %}
125
- {% assign date_view_button_text = blog_navigator_options.button_text.view_selector.date_view.de %}
126
- {% assign archive_view_button_text = blog_navigator_options.button_text.view_selector.archive_view.de %}
127
- {% assign tag_view_button_text = blog_navigator_options.button_text.view_selector.tag_view.de %}
128
-
129
- {% assign view_headline = blog_navigator_options.date_view.page_text.de.headline %}
130
- {% assign view_description_text = blog_navigator_options.date_view.page_text.de.description %}
131
- {% endif %}
115
+ {% comment %} Collect Button Text/Description
116
+ -------------------------------------------------------------------------------- {% endcomment %}
117
+ {% assign home_button_text = blog_navigator_options.button_text.view_pager.home %}
118
+ {% assign navigator_button_text = blog_navigator_options.button_text.view_pager.navigator %}
119
+ {% assign category_view_button_text = blog_navigator_options.button_text.view_pager.category_view %}
120
+ {% assign date_view_button_text = blog_navigator_options.button_text.view_pager.date_view %}
121
+ {% assign archive_view_button_text = blog_navigator_options.button_text.view_pager.archive_view %}
122
+ {% assign tag_view_button_text = blog_navigator_options.button_text.view_pager.tag_view %}
132
123
 
133
- {% comment %} Debugging
134
- --------------------------------------------------------------------------------
135
- skip_categories: {{skip_categories | debug}}
136
- site_category_word_list: {{site_category_word_list | debug}}
137
- --------------------------------------------------------------------------------
138
- {% endcomment %}
124
+ {% assign description_enabled = blog_navigator_options.date_view.page_description.enabled %}
125
+ {% assign description_text = blog_navigator_options.date_view.page_description.text %}
126
+ {% assign headline_enabled = blog_navigator_options.date_view.headline.enabled %}
127
+ {% assign headline_text = blog_navigator_options.date_view.headline.text %}
139
128
 
140
129
 
141
130
  {% comment %} Main
142
131
  -------------------------------------------------------------------------------- {% endcomment %}
143
- <!-- [INFO ] [ {{page.url}} ] [Generate HTML}] -->
144
- <div class="paginator speak2me-ignore ml-3 mb-4">
132
+ <!-- [INFO ] [blog.navigator.archive.dateview.html ] [Begin content] -->
133
+
134
+ {% comment %} Generate navigation pager
135
+ -------------------------------------------------------------------------------- {% endcomment %}
136
+ <div class="paginator speak2me-ignore ml-3">
145
137
  <ul class="pagination raised-z0">
146
- <li class="page-item"><a class="page-link" href="/" title="Home">Home</a></li>
147
- <!-- li class="page-item"><a class="page-link" href="{{navigator|prepend: site.baseurl}}" alt="Blog Navigator">Navigator</a></li -->
148
- <li class="page-item"><a class="page-link" href="{{navigator}}" alt="Blog Navigator">Navigator</a></li>
149
- <li class="page-item"><a class="page-link" href="{{category_view}}" alt="View by Category">{{category_view_button_text}}</a></li>
150
- <li class="page-item"><a class="page-link" href="{{all_view}}" alt="View All">{{archive_view_button_text}}</a></li>
138
+ <li class="page-item"><a class="page-link" href="/" title="Back to {{home_button_text}}">{{home_button_text}}</a></li>
139
+ <li class="page-item"><a class="page-link" href="{{navigator}}" title="Back to {{navigator_button_text}}">{{navigator_button_text}}</a></li>
140
+ <li class="page-item"><a class="page-link" href="{{category_view}}" title="View by {{category_view_button_text}}">{{category_view_button_text}}</a></li>
141
+ <!-- li class="page-item"><a class="page-link" href="{{tag_view}}" title="View by {{tag_view_button_text}}">{{tag_view_button_text}}</a></li -->
142
+ <li class="page-item"><a class="page-link" href="{{all_view}}" title="View {{archive_view_button_text}}">{{archive_view_button_text}}</a></li>
151
143
  </ul>
152
144
  </div>
153
145
 
146
+ {% comment %} Generate content section
147
+ -------------------------------------------------------------------------------- {% endcomment %}
154
148
  <div id="index" class="post-search-results ml-3">
155
149
 
156
- {% if blog_navigator_options.date_view.page_text.enabled %}
157
- <div class="view-description">{{view_description_text}}</div>
150
+ {% if description_enabled %}
151
+ <div class="view-description mt-4 mb-4">{{description_text}}</div>
158
152
  {% endif %}
159
153
 
160
- <div class="post-headline">
161
- <h2 id="post-headline" class="notoc mt-5">{{view_headline}}</h2>
154
+ {% if headline_enabled %}
155
+ <div class="post-headline mt-4 mb-5">
156
+ <h2 id="post_headline" class="notoc">{{headline_text}}</h2>
162
157
  </div>
158
+ {% endif %}
163
159
 
164
160
  {% assign openList = '<ul class="list-unstyled link-news">' %}
165
161
  {% assign closeList = '</ul>' %}
@@ -171,7 +167,7 @@ site_category_word_list: {{site_category_word_list | debug}}
171
167
  {% capture monthHead %}
172
168
  {% if month != nmonth %}
173
169
  {% if forloop.index != 1 %}{{closeList}}{%endif %}
174
- <h2 id="{{100000|rand}}" class="toc-link mt-5 mb-3">
170
+ <h2 id="{{100000|rand}}" class="toc-link mt-4 mb-3">
175
171
  {% comment %}
176
172
  ------------------------------------------------------------------------
177
173
  {% if year != nyear %}
@@ -200,9 +196,11 @@ site_category_word_list: {{site_category_word_list | debug}}
200
196
  {% assign excerpt = post.excerpt|truncatewords: truncate_words|replace:'...',' ...' %}
201
197
  <li>
202
198
  <article class="card raised-z0 mb-5">
203
- <div class="card-header bg-primary">
204
- <h3 id="{{100000|rand}}" class="card-header bg-primary notranslate">{{post.title}}</h3>
199
+
200
+ <div class="card-header bg-primary pt-3 pb-2">
201
+ <h3 id="{{100000|rand}}" class="md-white notranslate">{{post.title}}</h3>
205
202
  </div>
203
+
206
204
  <div class="row mx-0">
207
205
  <!-- [INFO ] [j1.pages.blog.navigator.dateview ] [Check if post image is available] -->
208
206
  {% if post.image %}
@@ -230,22 +228,23 @@ site_category_word_list: {{site_category_word_list | debug}}
230
228
  <div class="card-footer-text">
231
229
 
232
230
  {% if post.date %}
233
- {% if language == "en" %}
234
- <i class="mdi mdi-calendar-blank md-grey-900 mr-1"></i>{{post.date|localize: "%Y %B, %e"}}
235
- {% endif %}
236
- {% if language == "de" %}
237
- <i class="mdi mdi-calendar-blank md-grey-900 mr-1"></i>{{post.date|localize: "%-d. %B %Y"}}
238
- {% endif %}
231
+ <i class="mdi mdi-calendar-blank md-grey-600 mr-2"></i>{{post.date | localize: "%Y %B, %e"}}
239
232
  {% endif %}
240
233
 
234
+ {% comment %} jadams, 2023-09-20: currently NOT used
235
+ ------------------------------------------------------------
241
236
  {% if likes_count %}
242
- <span class="font-weight-bold"> · </span>
243
- <i class="mdi mdi-heart md-grey-900 mr-1"></i> {{likes_count}}
237
+ <span class="ml-3">
238
+ <i class="mdib mdib-heart md-grey-900 mr-0"></i> · {{likes_count}}
239
+ </span>
244
240
  {% endif %}
241
+
245
242
  {% if comment_count %}
246
- <span class="font-weight-bold"> · </span>
247
- <i class="mdi mdi-comment md-grey-900 mr-1"></i> {{comment_count}}
243
+ <span class="ml-3">
244
+ <i class="mdib mdib-comment md-grey-900 mr-0"></i> · {{comment_count}}
245
+ </span>
248
246
  {% endif %}
247
+ ------------------------------------------------------------ {% endcomment %}
249
248
 
250
249
  <!-- Cleanup categories by given blacklist -->
251
250
  {% assign my_categories = post.categories | difference: category_blacklist %}
@@ -4,7 +4,7 @@ layout: page
4
4
  title: Posts By Tag
5
5
  tagline: Explore Posts
6
6
 
7
- date: 2022-01-01
7
+ date: 2023-09-20
8
8
  #last_modified: 2023-01-01
9
9
 
10
10
  description: >
@@ -22,10 +22,12 @@ pagination:
22
22
  permalink: /page:num/
23
23
 
24
24
  image:
25
- path: /assets/images/modules/attics/matthaeus-1920x1280.jpg
25
+ path: /assets/images/modules/attics/1920x1280/matthaeus.jpg
26
26
  width: 1920
27
27
  height: 1280
28
28
 
29
+ #tts: false
30
+ fab_menu_id: open_toc
29
31
  sort: date
30
32
  exclude_from_search: true
31
33
  regenerate: false # set to 'true', if update posts is required
@@ -34,7 +36,7 @@ resources: [ animate ]
34
36
  resource_options:
35
37
  - attic:
36
38
  slides:
37
- - url: /assets/images/modules/attics/matthaeus-1920x1280.jpg
39
+ - url: /assets/images/modules/attics/1920x1280/matthaeus.jpg
38
40
  alt: Photo by Matthaeus on Unsplash
39
41
  badge:
40
42
  type: unsplash
@@ -45,6 +47,13 @@ resource_options:
45
47
  {% comment %} TODO: logic for "letter_group_written == false" to be fixed
46
48
  -------------------------------------------------------------------------------- {% endcomment %}
47
49
 
50
+ {% comment %} Debugging
51
+ --------------------------------------------------------------------------------
52
+ skip_categories: {{skip_categories | debug}}
53
+ site_category_word_list: {{site_category_word_list | debug}}
54
+ --------------------------------------------------------------------------------
55
+ {% endcomment %}
56
+
48
57
  {% comment %} Liquid procedures
49
58
  -------------------------------------------------------------------------------- {% endcomment %}
50
59
  {% capture get_page_path %}themes/{{site.template.name}}/procedures/global/get_page_path.proc{% endcapture %}
@@ -88,9 +97,10 @@ resource_options:
88
97
  {% assign letter_group_counter = 0 %}
89
98
  {% assign letter_group_written = false %}
90
99
 
100
+ {% comment %} Generate URLs for all Navigator Views
101
+ -------------------------------------------------------------------------------- {% endcomment %}
91
102
  {% include {{get_page_path}} mode='absolute' %}
92
103
  {% assign navigator_path = page_path | remove_first: 'archive' %}
93
-
94
104
  {% capture navigator %}{{navigator_path}}{% endcapture %}
95
105
  {% capture date_view %}{{page_path}}/dateview/{% endcapture %}
96
106
  {% capture category_view %}{{page_path}}/categoryview/{% endcapture %}
@@ -119,70 +129,56 @@ resource_options:
119
129
  {% assign image_filters = '' %}
120
130
  {% endif %}
121
131
 
122
- {% comment %} language detection
132
+ {% comment %} Collect Readmore Text
123
133
  -------------------------------------------------------------------------------- {% endcomment %}
124
- {% if site.language == "en" %}
125
- {% assign language = "en" %}
126
- {% elsif site.language == "de"%}
127
- {% assign language = "de" %}
128
- {% else %}
129
- {% assign language = "en" %}
134
+ {% if blog_navigator_options.readmore_text %}
135
+ {% assign readmore_text = blog_navigator_options.readmore_text %}
130
136
  {% endif %}
131
137
 
132
- {% if language == "en" %}
133
- {% assign readmore_text = "read" %}
134
-
135
- {% assign category_view_button_text = blog_navigator_options.button_text.view_selector.category_view.en %}
136
- {% assign date_view_button_text = blog_navigator_options.button_text.view_selector.date_view.en %}
137
- {% assign archive_view_button_text = blog_navigator_options.button_text.view_selector.archive_view.en %}
138
- {% assign tag_view_button_text = blog_navigator_options.button_text.view_selector.tag_view.en %}
139
-
140
- {% assign view_headline = blog_navigator_options.tag_view.page_text.en.headline %}
141
- {% assign view_description_text = blog_navigator_options.tag_view.page_text.en.description %}
142
- {% endif %}
143
-
144
- {% if language == "de" %}
145
- {% assign readmore_text = "lesen" %}
146
-
147
- {% assign category_view_button_text = blog_navigator_options.button_text.view_selector.category_view.de %}
148
- {% assign date_view_button_text = blog_navigator_options.button_text.view_selector.date_view.de %}
149
- {% assign archive_view_button_text = blog_navigator_options.button_text.view_selector.archive_view.de %}
150
- {% assign tag_view_button_text = blog_navigator_options.button_text.view_selector.tag_view.de %}
138
+ {% comment %} Collect Button Text/Description
139
+ -------------------------------------------------------------------------------- {% endcomment %}
140
+ {% assign home_button_text = blog_navigator_options.button_text.view_pager.home %}
141
+ {% assign navigator_button_text = blog_navigator_options.button_text.view_pager.navigator %}
142
+ {% assign category_view_button_text = blog_navigator_options.button_text.view_pager.category_view %}
143
+ {% assign date_view_button_text = blog_navigator_options.button_text.view_pager.date_view %}
144
+ {% assign archive_view_button_text = blog_navigator_options.button_text.view_pager.archive_view %}
145
+ {% assign tag_view_button_text = blog_navigator_options.button_text.view_pager.tag_view %}
151
146
 
152
- {% assign view_headline = blog_navigator_options.tag_view.page_text.de.headline %}
153
- {% assign view_description_text = blog_navigator_options.tag_view.page_text.de.description %}
154
- {% endif %}
147
+ {% assign description_enabled = blog_navigator_options.tag_view.page_description.enabled %}
148
+ {% assign description_text = blog_navigator_options.tag_view.page_description.text %}
149
+ {% assign headline_enabled = blog_navigator_options.tag_view.headline.enabled %}
150
+ {% assign headline_text = blog_navigator_options.tag_view.headline.text %}
155
151
 
156
- {% comment %} Debugging
157
- --------------------------------------------------------------------------------
158
- skip_categories: {{skip_categories | debug}}
159
- site_category_word_list: {{site_category_word_list | debug}}
160
- --------------------------------------------------------------------------------
161
- {% endcomment %}
162
152
 
163
153
  {% comment %} Main
164
154
  -------------------------------------------------------------------------------- {% endcomment %}
165
- <!-- [INFO ] [ {{page.url}} ] [Generate HTML}] -->
155
+ <!-- [INFO ] [blog.navigator.archive.tagview.html ] [Begin content] -->
166
156
  {% include {{create_word_cloud}} word_list=tag_list source="tags" %}
167
157
 
158
+ {% comment %} Generate navigation pager
159
+ -------------------------------------------------------------------------------- {% endcomment %}
168
160
  <div class="paginator speak2me-ignore ml-3">
169
161
  <ul class="pagination raised-z0">
170
- <li class="page-item"><a class="page-link" href="/" title="Home">Home</a></li>
171
- <li class="page-item"><a class="page-link" href="{{navigator}}" alt="Blog View">Navigator</a></li>
172
- <li class="page-item"><a class="page-link" href="{{date_view}}" alt="View by Date">By Date</a></li>
173
- <li class="page-item"><a class="page-link" href="{{category_view}}" alt="View by Category">By Category</a></li>
174
- <li class="page-item"><a class="page-link" href="{{all_view}}" alt="View All">All Posts</a></li>
162
+ <li class="page-item"><a class="page-link" href="/" title="Back to {{home_button_text}}">{{home_button_text}}</a></li>
163
+ <li class="page-item"><a class="page-link" href="{{navigator}}" title="Back to {{navigator_button_text}}">{{navigator_button_text}}</a></li>
164
+ <li class="page-item"><a class="page-link" href="{{date_view}}" title="View by {{date_view_button_text}}">{{date_view_button_text}}</a></li>
165
+ <li class="page-item"><a class="page-link" href="{{category_view}}" title="View by {{category_view_button_text}}">{{category_view_button_text}}</a></li>
166
+ <li class="page-item"><a class="page-link" href="{{all_view}}" title="View {{archive_view_button_text}}">{{archive_view_button_text}}</a></li>
175
167
  </ul>
176
168
  </div>
177
169
 
178
- <div class="post-search-results ml-3">
179
- {% if blog_navigator_options.tag_view.page_text.enabled %}
180
- <div class="view-description">{{view_description_text}}</div>
170
+ {% comment %} Generate content section
171
+ -------------------------------------------------------------------------------- {% endcomment %}
172
+ <div class="content post-search-results ml-3">
173
+ {% if description_enabled %}
174
+ <div class="view-description mt-4 mb-4">{{description_text}}</div>
181
175
  {% endif %}
182
176
 
183
- <div class="post-headline">
184
- <h2 id="post-headline" class="notoc mt-5">Posts By Tag</h2>
177
+ {% if headline_enabled %}
178
+ <div class="post-headline mt-4 mb-5">
179
+ <h2 id="post_headline" class="notoc">{{headline_text}}</h2>
185
180
  </div>
181
+ {% endif %}
186
182
 
187
183
  {% assign letter_group = letter_group_array[letter_group_counter] %}
188
184
 
@@ -201,13 +197,18 @@ site_category_word_list: {{site_category_word_list | debug}}
201
197
  letter_group: {{letter_group | debug}}
202
198
  this_word: {{this_word | debug}}
203
199
  first_letter: {{first_letter | debug}}
204
- ----------------------------------------------------------------------------
205
- {% endcomment %}
206
200
 
207
201
  <h2 id="{{this_word | replace: '+','_' | replace: ' ','_' | downcase}}" class="toc-link mb-4">
208
202
  <a class="link-no-decoration" alt="category headline" href="#void"><i class="fa fa-tag mr-2"></i></a>
209
203
  {{this_word}}
210
204
  </h2>
205
+ ----------------------------------------------------------------------------
206
+ {% endcomment %}
207
+
208
+ <h2 id="{{this_word | replace: '+','_' | replace: ' ','_' | downcase}}" class="anchor-link mb-4">
209
+ <i class="mdib mdib-tag mr-1"></i>
210
+ {{this_word}}
211
+ </h2>
211
212
 
212
213
  {% for post in site.tags[this_word] %}{% if post.title != null %}
213
214
  {% include {{get_category}} post=post %}
@@ -220,11 +221,23 @@ site_category_word_list: {{site_category_word_list | debug}}
220
221
  {% comment %} {% assign excerpt = post.excerpt|truncatewords: truncate_words|replace:'...',' ...'|strip_html %} {% endcomment %}
221
222
  {% assign excerpt = post.excerpt|truncatewords: truncate_words|replace:'...',' ...' %}
222
223
 
224
+ {% comment %} jadams, 2023-09-20: currently NOT used
225
+ --------------------------------------------------------------------------
226
+ <!-- Collect comment provider details -->
227
+ {% for sharing in builder_config.sharing_provider %}
228
+ {% assign provider = sharing.provider %}
229
+ {% assign likes_count = sharing.likes_count %}
230
+ {% assign comment_count = sharing.comment_count %}
231
+ {% endfor %}
232
+ -------------------------------------------------------------------------- {% endcomment %}
233
+
223
234
  <!-- place post -->
224
235
  <article class="card raised-z0 mb-5">
225
- <div class="card-header bg-primary">
226
- <h3 id="{{100000|rand}}" class="card-header bg-primary notranslate">{{post.title}}</h3>
236
+
237
+ <div class="card-header bg-primary pt-3 pb-2">
238
+ <h3 id="{{100000|rand}}" class="md-white notranslate">{{post.title}}</h3>
227
239
  </div>
240
+
228
241
  <div class="row mx-0">
229
242
  <!-- [INFO ] [[j1.pages.blog.navigator.tagview ] [Check if post image is available] -->
230
243
  {% if post.image %}
@@ -252,21 +265,23 @@ site_category_word_list: {{site_category_word_list | debug}}
252
265
  <div class="card-footer-text">
253
266
 
254
267
  {% if post.date %}
255
- {% if language == "en" %}
256
- <i class="mdi mdi-calendar-blank md-grey-600 mr-1"></i>{{post.date | localize: "%Y %B, %e"}}
257
- {% endif %}
258
- {% if language == "de" %}
259
- <i class="mdi mdi-calendar-blank md-grey-600 mr-1"></i>{{post.date | localize: "%-d. %B %Y"}}
260
- {% endif %}
268
+ <i class="mdi mdi-calendar-blank md-grey-600 mr-2"></i>{{post.date | localize: "%Y %B, %e"}}
261
269
  {% endif %}
270
+
271
+ {% comment %} jadams, 2023-09-20: currently NOT used
272
+ ----------------------------------------------------------------
262
273
  {% if likes_count %}
263
- <span class="font-weight-bold"> · </span>
264
- <i class="mdi mdi-heart mr-1"></i> {{likes_count}}
274
+ <span class="ml-3">
275
+ <i class="mdib mdib-heart md-grey-900 mr-0"></i> · {{likes_count}}
276
+ </span>
265
277
  {% endif %}
278
+
266
279
  {% if comment_count %}
267
- <span class="font-weight-bold"> · </span>
268
- <i class="mdi mdi-comment mr-1"></i> {{comment_count}}
280
+ <span class="ml-3">
281
+ <i class="mdib mdib-comment md-grey-900 mr-0"></i> · {{comment_count}}
282
+ </span>
269
283
  {% endif %}
284
+ ---------------------------------------------------------------- {% endcomment %}
270
285
 
271
286
  <!-- Cleanup categories by given blacklist -->
272
287
  {% assign my_categories = post.categories | difference: category_blacklist %}