jmblog-theme 0.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (88) hide show
  1. checksums.yaml +4 -4
  2. data/_authors/john_doe.md +15 -0
  3. data/_config.yml +98 -0
  4. data/_data/navigation.yml +8 -0
  5. data/_includes/{JB → JB.old}/analytics +0 -0
  6. data/_includes/{JB → JB.old}/analytics-providers/getclicky +0 -0
  7. data/_includes/{JB → JB.old}/analytics-providers/mixpanel +0 -0
  8. data/_includes/{JB → JB.old}/analytics-providers/piwik +0 -0
  9. data/_includes/{JB → JB.old}/categories_list +0 -0
  10. data/_includes/{JB → JB.old}/comments +0 -0
  11. data/_includes/{JB → JB.old}/comments-providers/disqus +0 -0
  12. data/_includes/{JB → JB.old}/comments-providers/facebook +0 -0
  13. data/_includes/{JB → JB.old}/comments-providers/intensedebate +0 -0
  14. data/_includes/{JB → JB.old}/comments-providers/livefyre +0 -0
  15. data/_includes/{JB → JB.old}/liquid_raw +0 -0
  16. data/_includes/{JB → JB.old}/pages_list +0 -0
  17. data/_includes/{JB → JB.old}/posts_collate +0 -0
  18. data/_includes/{JB → JB.old}/setup +0 -0
  19. data/_includes/{JB → JB.old}/sharing +0 -0
  20. data/_includes/{JB → JB.old}/tags_list +0 -0
  21. data/_includes/{JB → JB.old}/urlset +0 -0
  22. data/_includes/themes/jmblog-theme/bio.html +45 -0
  23. data/_includes/themes/jmblog-theme/components/article_highlight.html +48 -0
  24. data/_includes/themes/jmblog-theme/components/author.html +45 -0
  25. data/_includes/themes/jmblog-theme/components/comment.html +79 -0
  26. data/_includes/themes/jmblog-theme/components/comment_form.html +87 -0
  27. data/_includes/themes/jmblog-theme/components/comments.html +41 -0
  28. data/_includes/themes/jmblog-theme/components/comments.html.orig +19 -0
  29. data/_includes/themes/jmblog-theme/components/footer.html +9 -13
  30. data/_includes/themes/jmblog-theme/components/head.html +11 -4
  31. data/_includes/themes/jmblog-theme/components/img.html +12 -0
  32. data/_includes/themes/jmblog-theme/components/lazyload.html +17 -0
  33. data/_includes/themes/jmblog-theme/components/navigation.html +66 -7
  34. data/_includes/themes/jmblog-theme/components/pagination_links.html +39 -0
  35. data/_includes/themes/jmblog-theme/components/reading-time.html +6 -0
  36. data/_includes/themes/jmblog-theme/components/related_articles.html +72 -0
  37. data/_includes/themes/jmblog-theme/components/share_buttons.html +20 -0
  38. data/_includes/themes/jmblog-theme/components/social_buttons_small.html +38 -0
  39. data/_includes/themes/jmblog-theme/error.html +2 -2
  40. data/_includes/themes/jmblog-theme/home.html +94 -0
  41. data/_includes/themes/jmblog-theme/page.html +19 -12
  42. data/_includes/themes/jmblog-theme/post.html +61 -44
  43. data/_includes/themes/jmblog-theme/theme/{error.html → _old_error.html} +1 -1
  44. data/_includes/themes/jmblog-theme/theme/default.html +1 -0
  45. data/_includes/themes/jmblog-theme/theme/maintenance.html +1 -0
  46. data/_layouts/bio.html +11 -0
  47. data/_layouts/default.html +3 -2
  48. data/_layouts/error.html +7 -3
  49. data/_layouts/home.html +11 -0
  50. data/_layouts/maintenance.html +11 -0
  51. data/_layouts/page.html +1 -1
  52. data/_layouts/post.html +1 -1
  53. data/_pages/404.md +11 -0
  54. data/_pages/contact.md +7 -0
  55. data/_posts/2020-07-06-managing-and-leading-remote-teams-in-our-new-normal.md +34 -0
  56. data/assets/img/chris-montgomery-smgTvepind4-unsplash.jpg +0 -0
  57. data/assets/img/ph.png +0 -0
  58. data/assets/img/user-circle-solid.svg +1 -0
  59. data/assets/js/default.bundle.js +2 -0
  60. data/assets/js/default.bundle.js.br +0 -0
  61. data/assets/js/default.js.map +1 -0
  62. data/assets/js/maintenance.bundle.js +2 -0
  63. data/assets/js/maintenance.bundle.js.br +0 -0
  64. data/assets/js/maintenance.js.map +1 -0
  65. data/assets/js/vendor.bundle.js +2 -0
  66. data/assets/js/vendor.bundle.js.br +0 -0
  67. data/assets/js/vendor.js.map +1 -0
  68. data/assets/sass/base.scss +84 -0
  69. data/assets/sass/modules/card.scss +55 -0
  70. data/assets/sass/modules/navbar.scss +49 -0
  71. data/assets/sass/theme/_all.scss +2 -0
  72. data/assets/sass/theme/brand.scss +56 -0
  73. data/assets/sass/theme/lazyload.scss +10 -0
  74. data/assets/sass/utilities/_all.sass +2 -0
  75. data/assets/sass/utilities/breakpoints.scss +25 -0
  76. data/assets/sass/utilities/helpers.scss +48 -0
  77. data/index.html +7 -0
  78. metadata +70 -32
  79. data/_includes/themes/jmblog-theme/components/share_buttons +0 -19
  80. data/_includes/themes/jmblog-theme/theme/holding.html +0 -53
  81. data/assets/img/balloon-3206530_1920.jpg +0 -0
  82. data/assets/img/head-shot-square.jpg +0 -0
  83. data/assets/js/error.bundle.js +0 -2
  84. data/assets/js/error.bundle.js.br +0 -0
  85. data/assets/js/error.js.map +0 -1
  86. data/assets/js/holding.bundle.js +0 -2
  87. data/assets/js/holding.bundle.js.br +0 -0
  88. data/assets/js/holding.js.map +0 -1
@@ -0,0 +1,49 @@
1
+ .navbar{
2
+ @include has-mobile-navbar{
3
+ position: absolute !important;
4
+ top:0px;
5
+ right:0;
6
+ width:100%;
7
+ }
8
+
9
+ .navbar-menu{
10
+ @include has-standard-navbar {
11
+ border:solid $black;
12
+ border-width: 1px 0;
13
+
14
+ .navbar-item:first-child{
15
+ border-left: 1px solid $black;
16
+ }
17
+
18
+ a.navbar-item, a.navbar-link{
19
+ border-right: 1px solid $black;
20
+ padding-left: $navbar-padding-horizontal;
21
+ padding-right: $navbar-padding-horizontal;
22
+ }
23
+
24
+ div.sharing-utility{
25
+ border-right: 1px solid $black;
26
+ padding-left: $navbar-padding-horizontal - 1rem;
27
+ padding-right: $navbar-padding-horizontal - 1rem;
28
+ }
29
+
30
+
31
+ // .navbar-link:not(.is-arrowless){
32
+ // // padding-left: $navbar-padding-horizontal;
33
+ // // padding-right: $navbar-padding-horizontal + 0.5rem;
34
+ // }
35
+ //
36
+ .navbar-dropdown .navbar-item{
37
+ border-right: unset;
38
+ border-left: unset;
39
+ }
40
+ }
41
+ }
42
+
43
+ .navbar-start{
44
+ @include has-standard-navbar {
45
+ flex: 1;
46
+ justify-content: center;
47
+ }
48
+ }
49
+ }
@@ -0,0 +1,2 @@
1
+ @import "brand";
2
+ @import "lazyload";
@@ -0,0 +1,56 @@
1
+ // Base branding styles
2
+
3
+ $family-sans-serif : Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
4
+ $family-secondary: "Cardo","Baskerville","Calibri",serif;
5
+
6
+ $family-primary: $family-sans-serif;
7
+ $body-family: $family-sans-serif;
8
+
9
+ // Colors
10
+ $black: #000;
11
+ $darkgreytext: #111;
12
+ $lightgreytext: #ccc;
13
+ $lightgreentext: #28c3ab;
14
+ $lightgreentext_rgba: rgba(40,195,171,.2);
15
+ $errortext: #c32836;
16
+ $green: #28c3ab;
17
+ $grey-dark: #111;
18
+
19
+ $content-blockquote-background-color: $white;
20
+ // $content-blockquote-border-left
21
+
22
+ // // Custom vars
23
+ $primary: $green;
24
+ $link: $primary;
25
+ //
26
+ // $info: $cyan;
27
+ // $success: $green;
28
+ // $warning: $yellow;
29
+ // $danger: $red;
30
+ // $dark: $grey-darker;
31
+ // $text: $grey-dark;
32
+
33
+ // Bulma configuration
34
+ $widescreen-enabled: false;
35
+ $fullhd-enabled: false;
36
+
37
+ $column-gap: 2.2rem;
38
+
39
+ blockquote {
40
+ background-color: white;
41
+ p{
42
+ font-size: 3rem;
43
+ text-align:center;
44
+ line-height: 3rem;
45
+ @include for-phone-only{
46
+ font-size: 1.8rem;
47
+ line-height: 2rem;
48
+ }
49
+ }
50
+
51
+ p cite {
52
+ display: block;
53
+ font-size: 1rem;
54
+ text-align: right;
55
+ }
56
+ }
@@ -0,0 +1,10 @@
1
+ .ls-blur-up-img {
2
+ filter: blur(10px);
3
+ opacity: 1;
4
+ transition: opacity 1000ms, filter 1500ms;
5
+ }
6
+
7
+ .ls-blur-up-img.ls-inview.ls-original-loaded {
8
+ opacity: 0;
9
+ filter: blur(5px);
10
+ }
@@ -0,0 +1,2 @@
1
+ @import "breakpoints"
2
+ @import "helpers"
@@ -0,0 +1,25 @@
1
+ // breakpoint mixins
2
+ @mixin for-phone-only {
3
+ @media (max-width: 599px) { @content; }
4
+ }
5
+ @mixin has-mobile-navbar {
6
+ @media (max-width: $navbar-breakpoint - 1px) { @content;}
7
+ }
8
+ @mixin has-standard-navbar {
9
+ @media (min-width: $navbar-breakpoint) { @content; }
10
+ }
11
+ @mixin for-touch-devices {
12
+ @media (max-width: $tablet) { @content; }
13
+ }
14
+ @mixin for-tablet-portrait-up {
15
+ @media (min-width: $tablet) { @content; }
16
+ }
17
+ @mixin for-tablet-landscape-up {
18
+ @media (min-width: 900px) { @content; }
19
+ }
20
+ @mixin for-desktop-up {
21
+ @media (min-width: $desktop) { @content; }
22
+ }
23
+ @mixin for-big-desktop-up {
24
+ @media (min-width: $widescreen) { @content; }
25
+ }
@@ -0,0 +1,48 @@
1
+ // Helper classes
2
+ .is-horizontal-center {
3
+ justify-content: center;
4
+ }
5
+
6
+ .rounded-image-has-inner-shadow {
7
+ // box-shadow: inset 0 8px 6px -6px black;
8
+ position: absolute;
9
+ width: 128px;
10
+ height: 128px;
11
+ box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4);
12
+ // box-shadow: inset 0 -7px 9px -7px rgba(0,0,0,0.4);
13
+ // box-shadow: inset vertical horizontal blur spread color;
14
+ border-radius: 100px; // circles shadow to match the image
15
+ top: 0;
16
+ }
17
+
18
+ .is-double-spaced{
19
+ line-height: 2rem;
20
+ }
21
+
22
+ .has-vcentred-content{
23
+ display: flex;
24
+ justify-content: center;
25
+ flex-wrap: wrap;
26
+
27
+ *{
28
+ align-self: center;
29
+ }
30
+ }
31
+
32
+ .has-border-black{
33
+ border: 1px solid $black;
34
+ }
35
+
36
+ .is-ontop{
37
+ position: absolute;
38
+ z-index: 5;
39
+ left: 0.3rem;
40
+ bottom: 0.3rem;
41
+ }
42
+
43
+ .is-ontop-right{
44
+ position: absolute;
45
+ z-index: 5;
46
+ right: 0.3rem;
47
+ bottom: 0.3rem;
48
+ }
@@ -0,0 +1,7 @@
1
+ ---
2
+ layout: home
3
+ title: Development home page
4
+
5
+ keywords: site keywords, keywords for your site
6
+ ---
7
+ Add an index.html file to add content to this page
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jmblog-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Moxon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-03 00:00:00.000000000 Z
11
+ date: 2021-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: github-pages
@@ -61,70 +61,108 @@ extra_rdoc_files: []
61
61
  files:
62
62
  - LICENSE.txt
63
63
  - README.md
64
- - _includes/JB/analytics
65
- - _includes/JB/analytics-providers/getclicky
66
- - _includes/JB/analytics-providers/mixpanel
67
- - _includes/JB/analytics-providers/piwik
68
- - _includes/JB/categories_list
69
- - _includes/JB/comments
70
- - _includes/JB/comments-providers/disqus
71
- - _includes/JB/comments-providers/facebook
72
- - _includes/JB/comments-providers/intensedebate
73
- - _includes/JB/comments-providers/livefyre
74
- - _includes/JB/liquid_raw
75
- - _includes/JB/pages_list
76
- - _includes/JB/posts_collate
77
- - _includes/JB/setup
78
- - _includes/JB/sharing
79
- - _includes/JB/tags_list
80
- - _includes/JB/urlset
64
+ - _authors/john_doe.md
65
+ - _config.yml
66
+ - _data/navigation.yml
67
+ - _includes/JB.old/analytics
68
+ - _includes/JB.old/analytics-providers/getclicky
69
+ - _includes/JB.old/analytics-providers/mixpanel
70
+ - _includes/JB.old/analytics-providers/piwik
71
+ - _includes/JB.old/categories_list
72
+ - _includes/JB.old/comments
73
+ - _includes/JB.old/comments-providers/disqus
74
+ - _includes/JB.old/comments-providers/facebook
75
+ - _includes/JB.old/comments-providers/intensedebate
76
+ - _includes/JB.old/comments-providers/livefyre
77
+ - _includes/JB.old/liquid_raw
78
+ - _includes/JB.old/pages_list
79
+ - _includes/JB.old/posts_collate
80
+ - _includes/JB.old/setup
81
+ - _includes/JB.old/sharing
82
+ - _includes/JB.old/tags_list
83
+ - _includes/JB.old/urlset
81
84
  - _includes/dataLayer/dataLayer
85
+ - _includes/themes/jmblog-theme/bio.html
82
86
  - _includes/themes/jmblog-theme/components/analytics/google
83
87
  - _includes/themes/jmblog-theme/components/analytics/googletagmanager_body.html
84
88
  - _includes/themes/jmblog-theme/components/analytics/googletagmanager_head.html
85
89
  - _includes/themes/jmblog-theme/components/analytics/hubspot.html
86
90
  - _includes/themes/jmblog-theme/components/analytics/hubspot_cookie_removal.html
91
+ - _includes/themes/jmblog-theme/components/article_highlight.html
92
+ - _includes/themes/jmblog-theme/components/author.html
87
93
  - _includes/themes/jmblog-theme/components/breadcrumb
88
94
  - _includes/themes/jmblog-theme/components/centred_buttons.html
95
+ - _includes/themes/jmblog-theme/components/comment.html
96
+ - _includes/themes/jmblog-theme/components/comment_form.html
97
+ - _includes/themes/jmblog-theme/components/comments.html
98
+ - _includes/themes/jmblog-theme/components/comments.html.orig
89
99
  - _includes/themes/jmblog-theme/components/contact_form.html
90
100
  - _includes/themes/jmblog-theme/components/footer.html
91
101
  - _includes/themes/jmblog-theme/components/head.html
102
+ - _includes/themes/jmblog-theme/components/img.html
103
+ - _includes/themes/jmblog-theme/components/lazyload.html
92
104
  - _includes/themes/jmblog-theme/components/navigation.html
105
+ - _includes/themes/jmblog-theme/components/pagination_links.html
93
106
  - _includes/themes/jmblog-theme/components/posts_list
107
+ - _includes/themes/jmblog-theme/components/reading-time.html
108
+ - _includes/themes/jmblog-theme/components/related_articles.html
94
109
  - _includes/themes/jmblog-theme/components/resume.html
95
- - _includes/themes/jmblog-theme/components/share_buttons
110
+ - _includes/themes/jmblog-theme/components/share_buttons.html
96
111
  - _includes/themes/jmblog-theme/components/social_buttons_large.html
112
+ - _includes/themes/jmblog-theme/components/social_buttons_small.html
97
113
  - _includes/themes/jmblog-theme/error.html
114
+ - _includes/themes/jmblog-theme/home.html
98
115
  - _includes/themes/jmblog-theme/page.html
99
116
  - _includes/themes/jmblog-theme/post.html
100
117
  - _includes/themes/jmblog-theme/resume.html
101
118
  - _includes/themes/jmblog-theme/settings.yml
102
- - _includes/themes/jmblog-theme/theme/error.html
103
- - _includes/themes/jmblog-theme/theme/holding.html
119
+ - _includes/themes/jmblog-theme/theme/_old_error.html
120
+ - _includes/themes/jmblog-theme/theme/default.html
121
+ - _includes/themes/jmblog-theme/theme/maintenance.html
104
122
  - _includes/themes/resume.html
123
+ - _layouts/bio.html
105
124
  - _layouts/default.html
106
125
  - _layouts/error.html
126
+ - _layouts/home.html
127
+ - _layouts/maintenance.html
107
128
  - _layouts/page.html
108
129
  - _layouts/post.html
109
130
  - _layouts/resume.html
131
+ - _pages/404.md
132
+ - _pages/contact.md
133
+ - _posts/2020-07-06-managing-and-leading-remote-teams-in-our-new-normal.md
110
134
  - assets/fonts/Cardo/Cardo-Regular.woff2
111
135
  - assets/fonts/Cardo/OFL.txt
112
136
  - assets/fonts/Montserrat/Montserrat-Regular.woff2
113
137
  - assets/fonts/Montserrat/OFL.txt
114
- - assets/img/balloon-3206530_1920.jpg
138
+ - assets/img/chris-montgomery-smgTvepind4-unsplash.jpg
115
139
  - assets/img/favicon.png
116
- - assets/img/head-shot-square.jpg
117
140
  - assets/img/jekyll-logo-black-red-transparent.png
118
141
  - assets/img/jekyll-logo-light-solid.png
119
142
  - assets/img/john-cameron-zxsab1OdEsU-unsplash.jpg
120
143
  - assets/img/made-with-bulma--semiblack.png
144
+ - assets/img/ph.png
145
+ - assets/img/user-circle-solid.svg
121
146
  - assets/img/webpack-on-white-bg.svg
122
- - assets/js/error.bundle.js
123
- - assets/js/error.bundle.js.br
124
- - assets/js/error.js.map
125
- - assets/js/holding.bundle.js
126
- - assets/js/holding.bundle.js.br
127
- - assets/js/holding.js.map
147
+ - assets/js/default.bundle.js
148
+ - assets/js/default.bundle.js.br
149
+ - assets/js/default.js.map
150
+ - assets/js/maintenance.bundle.js
151
+ - assets/js/maintenance.bundle.js.br
152
+ - assets/js/maintenance.js.map
153
+ - assets/js/vendor.bundle.js
154
+ - assets/js/vendor.bundle.js.br
155
+ - assets/js/vendor.js.map
156
+ - assets/sass/base.scss
157
+ - assets/sass/modules/card.scss
158
+ - assets/sass/modules/navbar.scss
159
+ - assets/sass/theme/_all.scss
160
+ - assets/sass/theme/brand.scss
161
+ - assets/sass/theme/lazyload.scss
162
+ - assets/sass/utilities/_all.sass
163
+ - assets/sass/utilities/breakpoints.scss
164
+ - assets/sass/utilities/helpers.scss
165
+ - index.html
128
166
  homepage: https://www.jmoxon.net
129
167
  licenses:
130
168
  - MIT
@@ -144,8 +182,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
182
  - !ruby/object:Gem::Version
145
183
  version: '0'
146
184
  requirements: []
147
- rubygems_version: 3.1.2
185
+ rubygems_version: 3.0.3
148
186
  signing_key:
149
187
  specification_version: 4
150
- summary: Jekyll gem theme, based on the wix train of thought
188
+ summary: Clean minimalist blog theme inspired by Wix train of thought
151
189
  test_files: []
@@ -1,19 +0,0 @@
1
- <span class="share">
2
- <a href="http://twitter.com/home?status={{page.description | uri_escape}}%20{{site.production_url}}{{page.url | uri_escape}}" title="Share with twitter" data-toggle="tooltip" data-placement="top" data-provider="twitter">
3
- <i class="fa fa-twitter"></i>
4
- </a>
5
- <a href="https://www.facebook.com/sharer/sharer.php?u={{site.production_url}}{{page.url | uri_escape}}" title="Share with facebook" data-toggle="tooltip" data-placement="top" data-provider="facebook">
6
- <i class="fa fa-facebook"></i>
7
- </a>
8
- <a href="https://plus.google.com/share?url={{page.description | uri_escape}}%20{{site.production_url}}{{page.url | uri_escape}}" title="Share on google+" data-toggle="tooltip" data-placement="top" data-provider="google+">
9
- <i class="fa fa-google-plus"></i>
10
- </a>
11
- <!--
12
- <a href="http://pinterest.com/pin/create/button/?url={{site.production_url | uri_escape }}{{page.url | uri_escape}}&media={{site.production_url | uri_escape }}/assets/img/avatar_200x200.jpg&{{page.description | uri_escape}}" title="Share on pinterest" data-toggle="tooltip" data-placement="top" data-provider="pintrest">
13
- <i class="fa fa-pinterest"></i>
14
- </a>
15
- -->
16
- <a href="{{site.JB.rss_path}}" title="Rss feed" data-toggle="tooltip" data-placement="top" data-provider="feed subscribe">
17
- <i class="fa fa-rss"></i>
18
- </a>
19
- </span>
@@ -1,53 +0,0 @@
1
- <div class="debug debug-themes__jmblog__theme__holding">
2
- <!DOCTYPE html>
3
- <html>
4
- <head>
5
- {% comment %}
6
- Base template - this file should allow front end development without compiling jekyll build
7
- Todo: in-line critical site elements to allow development of theme outside of jekyll workflow
8
- {% endcomment %}
9
- {% include themes/jmblog-theme/components/head.html %}
10
- </head>
11
- <body id="jmoxon">
12
- {% include themes/jmblog-theme/components/analytics/googletagmanager_body.html %}
13
- <!-- Header section -->
14
- <main>
15
- <section class="hero is-fullheight is-bold">
16
- <div class="hero-body">
17
- <div class="has-text-centered container">
18
-
19
- <!-- Header intro -->
20
- <div class="is-horizontal-center is-flex">
21
- <figure class="image is-128x128">
22
- <a href="/">
23
- <img class="is-rounded" src="{{ page.peep-image | default: '/assets/img/head-shot-square.jpg' }}?nf_resize={{ page.peep_image_nfresize | default: 'fit' }}&w={{page.peep_image_nfresize_w | default: 128 }}&h={{page.peep_image_nfresize_h | default: 128}}" alt="John Moxon - BA">
24
- <div class="is-rounded rounded-image-has-inner-shadow"></div>
25
- </a>
26
- </figure>
27
- </div>
28
- <h1 class="title is-size-1 is-size-2-mobile has-text-black is-family-secondary is-spaced">
29
- <a href="/" class="has-text-black">{{ page.headline }}</a></h1>
30
- {% unless page.quote == null %}
31
- <h2 class="subtitle is-size-4 is-size-6-mobile">
32
- {{ page.quote }}
33
- {% unless page.quote-attribution == null %}
34
- - <span class="is-size-6">{{ page.quote-attribution }}</span>
35
- {% endunless %}
36
- </h2>
37
- {% endunless %}
38
-
39
- {{ content }}
40
-
41
- </div>
42
- </div>
43
- </section>
44
- </main>
45
-
46
- {% include themes/jmblog-theme/components/footer.html %}
47
-
48
- <!-- Include dataLayer -->
49
- <!-- {% include dataLayer/dataLayer %} -->
50
-
51
- <script src="/assets/js/holding.bundle.js?20e6e1354f6f6d602a28"></script></body>
52
- </html>
53
- </div>