minimal-mistakes-jekyll 4.10.0 → 4.10.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (132) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +16 -1
  3. data/LICENSE.txt +63 -63
  4. data/_data/navigation.yml +11 -11
  5. data/_data/ui-text.yml +986 -983
  6. data/_includes/analytics-providers/custom.html +2 -2
  7. data/_includes/analytics-providers/google-gtag.html +9 -0
  8. data/_includes/analytics-providers/google-universal.html +9 -9
  9. data/_includes/analytics-providers/google.html +10 -10
  10. data/_includes/analytics.html +13 -11
  11. data/_includes/archive-single.html +37 -37
  12. data/_includes/author-profile-custom-links.html +6 -6
  13. data/_includes/base_path +4 -4
  14. data/_includes/breadcrumbs.html +39 -39
  15. data/_includes/browser-upgrade.html +3 -3
  16. data/_includes/category-list.html +25 -25
  17. data/_includes/comment.html +22 -22
  18. data/_includes/comments-providers/custom.html +2 -2
  19. data/_includes/comments-providers/discourse.html +13 -13
  20. data/_includes/comments-providers/facebook.html +7 -7
  21. data/_includes/comments-providers/google-plus.html +1 -1
  22. data/_includes/comments-providers/staticman.html +41 -41
  23. data/_includes/comments-providers/staticman_v2.html +41 -41
  24. data/_includes/comments.html +168 -168
  25. data/_includes/feature_row +49 -49
  26. data/_includes/figure +12 -12
  27. data/_includes/footer.html +25 -25
  28. data/_includes/footer/custom.html +2 -2
  29. data/_includes/gallery +46 -46
  30. data/_includes/group-by-array +46 -46
  31. data/_includes/head.html +42 -42
  32. data/_includes/head/custom.html +5 -5
  33. data/_includes/nav_list +46 -46
  34. data/_includes/page__hero.html +61 -61
  35. data/_includes/page__hero_video.html +4 -4
  36. data/_includes/page__taxonomy.html +6 -6
  37. data/_includes/paginator.html +69 -69
  38. data/_includes/post_pagination.html +13 -13
  39. data/_includes/read-time.html +14 -14
  40. data/_includes/scripts.html +26 -26
  41. data/_includes/search/algolia-search-scripts.html +54 -54
  42. data/_includes/search/lunr-search-scripts.html +9 -9
  43. data/_includes/search/search_form.html +10 -10
  44. data/_includes/seo.html +166 -166
  45. data/_includes/sidebar.html +22 -22
  46. data/_includes/social-share.html +13 -13
  47. data/_includes/tag-list.html +25 -25
  48. data/_includes/toc +6 -6
  49. data/_includes/toc.html +74 -74
  50. data/_includes/video +11 -11
  51. data/_layouts/archive-taxonomy.html +14 -14
  52. data/_layouts/compress.html +10 -10
  53. data/_layouts/default.html +1 -1
  54. data/_layouts/home.html +11 -11
  55. data/_layouts/search.html +35 -35
  56. data/_layouts/single.html +92 -92
  57. data/_layouts/splash.html +21 -21
  58. data/_sass/minimal-mistakes.scss +1 -1
  59. data/_sass/minimal-mistakes/_animations.scss +20 -20
  60. data/_sass/minimal-mistakes/_archive.scss +319 -319
  61. data/_sass/minimal-mistakes/_buttons.scss +97 -97
  62. data/_sass/minimal-mistakes/_footer.scss +85 -85
  63. data/_sass/minimal-mistakes/_masthead.scss +83 -83
  64. data/_sass/minimal-mistakes/_mixins.scss +91 -91
  65. data/_sass/minimal-mistakes/_notices.scss +99 -99
  66. data/_sass/minimal-mistakes/_page.scss +452 -452
  67. data/_sass/minimal-mistakes/_reset.scss +186 -186
  68. data/_sass/minimal-mistakes/_search.scss +125 -125
  69. data/_sass/minimal-mistakes/_sidebar.scss +297 -297
  70. data/_sass/minimal-mistakes/_tables.scss +36 -36
  71. data/_sass/minimal-mistakes/_utilities.scss +520 -520
  72. data/_sass/minimal-mistakes/_variables.scss +153 -153
  73. data/_sass/minimal-mistakes/skins/_air.scss +23 -23
  74. data/_sass/minimal-mistakes/skins/_aqua.scss +29 -29
  75. data/_sass/minimal-mistakes/skins/_contrast.scss +51 -51
  76. data/_sass/minimal-mistakes/skins/_dark.scss +42 -42
  77. data/_sass/minimal-mistakes/skins/_default.scss +5 -5
  78. data/_sass/minimal-mistakes/skins/_dirt.scss +33 -33
  79. data/_sass/minimal-mistakes/skins/_mint.scss +23 -23
  80. data/_sass/minimal-mistakes/skins/_neon.scss +53 -53
  81. data/_sass/minimal-mistakes/skins/_plum.scss +60 -60
  82. data/_sass/minimal-mistakes/skins/_sunrise.scss +44 -44
  83. data/_sass/minimal-mistakes/vendor/breakpoint/_breakpoint.scss +114 -114
  84. data/_sass/minimal-mistakes/vendor/breakpoint/_context.scss +94 -94
  85. data/_sass/minimal-mistakes/vendor/breakpoint/_helpers.scss +151 -151
  86. data/_sass/minimal-mistakes/vendor/breakpoint/_legacy-settings.scss +49 -49
  87. data/_sass/minimal-mistakes/vendor/breakpoint/_no-query.scss +15 -15
  88. data/_sass/minimal-mistakes/vendor/breakpoint/_parsers.scss +215 -215
  89. data/_sass/minimal-mistakes/vendor/breakpoint/_respond-to.scss +82 -82
  90. data/_sass/minimal-mistakes/vendor/breakpoint/_settings.scss +70 -70
  91. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_double.scss +33 -33
  92. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_query.scss +82 -82
  93. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_resolution.scss +31 -31
  94. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_single.scss +26 -26
  95. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_triple.scss +36 -36
  96. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default-pair.scss +21 -21
  97. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default.scss +22 -22
  98. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_double-string.scss +21 -21
  99. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/resolution/_resolution.scss +60 -60
  100. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/single/_default.scss +13 -13
  101. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/triple/_default.scss +18 -18
  102. data/_sass/minimal-mistakes/vendor/magnific-popup/_magnific-popup.scss +649 -649
  103. data/_sass/minimal-mistakes/vendor/magnific-popup/_settings.scss +45 -45
  104. data/_sass/minimal-mistakes/vendor/susy/_susy-prefix.scss +13 -13
  105. data/_sass/minimal-mistakes/vendor/susy/_susy.scss +5 -5
  106. data/_sass/minimal-mistakes/vendor/susy/plugins/_svg-grid.scss +5 -5
  107. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_prefix.scss +7 -7
  108. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-api.scss +114 -114
  109. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-grid-math.scss +67 -67
  110. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-settings.scss +14 -14
  111. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-unprefix.scss +18 -18
  112. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-utilities.scss +133 -133
  113. data/_sass/minimal-mistakes/vendor/susy/susy/_api.scss +318 -318
  114. data/_sass/minimal-mistakes/vendor/susy/susy/_normalize.scss +261 -261
  115. data/_sass/minimal-mistakes/vendor/susy/susy/_parse.scss +163 -163
  116. data/_sass/minimal-mistakes/vendor/susy/susy/_settings.scss +329 -329
  117. data/_sass/minimal-mistakes/vendor/susy/susy/_su-math.scss +441 -441
  118. data/_sass/minimal-mistakes/vendor/susy/susy/_su-validate.scss +213 -213
  119. data/_sass/minimal-mistakes/vendor/susy/susy/_syntax-helpers.scss +191 -191
  120. data/_sass/minimal-mistakes/vendor/susy/susy/_unprefix.scss +56 -56
  121. data/_sass/minimal-mistakes/vendor/susy/susy/_utilities.scss +167 -167
  122. data/assets/css/main.scss +7 -7
  123. data/assets/js/_main.js +106 -106
  124. data/assets/js/lunr/lunr-en.js +75 -75
  125. data/assets/js/lunr/lunr-gr.js +528 -528
  126. data/assets/js/lunr/lunr-store.js +36 -36
  127. data/assets/js/lunr/lunr.js +2977 -2977
  128. data/assets/js/main.min.js +5 -5
  129. data/assets/js/plugins/jquery.fitvids.js +81 -81
  130. data/assets/js/vendor/jquery/jquery-3.3.1.min.js +2 -0
  131. metadata +5 -4
  132. data/assets/js/vendor/jquery/jquery-3.2.1.min.js +0 -4
@@ -1,42 +1,42 @@
1
- {% if site.repository and site.staticman.branch %}
2
- <script>
3
- (function ($) {
4
- var $comments = $('.js-comments');
5
-
6
- $('#new_comment').submit(function () {
7
- var form = this;
8
-
9
- $(form).addClass('disabled');
10
- $('#comment-form-submit').html('<i class="fas fa-spinner fa-spin fa-fw"></i> {{ site.data.ui-text[site.locale].loading_label | default: "Loading..." }}');
11
-
12
- $.ajax({
13
- type: $(this).attr('method'),
14
- url: $(this).attr('action'),
15
- data: $(this).serialize(),
16
- contentType: 'application/x-www-form-urlencoded',
17
- success: function (data) {
18
- $('#comment-form-submit').html('{{ site.data.ui-text[site.locale].comment_btn_submitted | default: "Submitted" }}');
19
- $('.page__comments-form .js-notice').removeClass('notice--danger');
20
- $('.page__comments-form .js-notice').addClass('notice--success');
21
- showAlert('{{ site.data.ui-text[site.locale].comment_success_msg | default: "Thanks for your comment! It will show on the site once it has been approved." }}');
22
- },
23
- error: function (err) {
24
- console.log(err);
25
- $('#comment-form-submit').html('{{ site.data.ui-text[site.locale].comment_btn_submit | default: "Submit Comment" }}');
26
- $('.page__comments-form .js-notice').removeClass('notice--success');
27
- $('.page__comments-form .js-notice').addClass('notice--danger');
28
- showAlert('{{ site.data.ui-text[site.locale].comment_error_msg | default: "Sorry, there was an error with your submission. Please make sure all required fields have been completed and try again." }}');
29
- $(form).removeClass('disabled');
30
- }
31
- });
32
-
33
- return false;
34
- });
35
-
36
- function showAlert(message) {
37
- $('.page__comments-form .js-notice').removeClass('hidden');
38
- $('.page__comments-form .js-notice-text').html(message);
39
- }
40
- })(jQuery);
41
- </script>
1
+ {% if site.repository and site.staticman.branch %}
2
+ <script>
3
+ (function ($) {
4
+ var $comments = $('.js-comments');
5
+
6
+ $('#new_comment').submit(function () {
7
+ var form = this;
8
+
9
+ $(form).addClass('disabled');
10
+ $('#comment-form-submit').html('<i class="fas fa-spinner fa-spin fa-fw"></i> {{ site.data.ui-text[site.locale].loading_label | default: "Loading..." }}');
11
+
12
+ $.ajax({
13
+ type: $(this).attr('method'),
14
+ url: $(this).attr('action'),
15
+ data: $(this).serialize(),
16
+ contentType: 'application/x-www-form-urlencoded',
17
+ success: function (data) {
18
+ $('#comment-form-submit').html('{{ site.data.ui-text[site.locale].comment_btn_submitted | default: "Submitted" }}');
19
+ $('.page__comments-form .js-notice').removeClass('notice--danger');
20
+ $('.page__comments-form .js-notice').addClass('notice--success');
21
+ showAlert('{{ site.data.ui-text[site.locale].comment_success_msg | default: "Thanks for your comment! It will show on the site once it has been approved." }}');
22
+ },
23
+ error: function (err) {
24
+ console.log(err);
25
+ $('#comment-form-submit').html('{{ site.data.ui-text[site.locale].comment_btn_submit | default: "Submit Comment" }}');
26
+ $('.page__comments-form .js-notice').removeClass('notice--success');
27
+ $('.page__comments-form .js-notice').addClass('notice--danger');
28
+ showAlert('{{ site.data.ui-text[site.locale].comment_error_msg | default: "Sorry, there was an error with your submission. Please make sure all required fields have been completed and try again." }}');
29
+ $(form).removeClass('disabled');
30
+ }
31
+ });
32
+
33
+ return false;
34
+ });
35
+
36
+ function showAlert(message) {
37
+ $('.page__comments-form .js-notice').removeClass('hidden');
38
+ $('.page__comments-form .js-notice-text').html(message);
39
+ }
40
+ })(jQuery);
41
+ </script>
42
42
  {% endif %}
@@ -1,169 +1,169 @@
1
- <div class="page__comments">
2
- {% capture comments_label %}{{ site.data.ui-text[site.locale].comments_label | default: "Comments" }}{% endcapture %}
3
- {% case site.comments.provider %}
4
- {% when "discourse" %}
5
- <h4 class="page__comments-title">{{ comments_label }}</h4>
6
- <section id="discourse-comments"></section>
7
- {% when "disqus" %}
8
- <h4 class="page__comments-title">{{ comments_label }}</h4>
9
- <section id="disqus_thread"></section>
10
- {% when "facebook" %}
11
- <h4 class="page__comments-title">{{ comments_label }}</h4>
12
- <section class="fb-comments" data-href="{{ page.url | absolute_url }}" data-mobile="true" data-num-posts="{{ site.comments.facebook.num_posts | default: 5 }}" data-width="100%" data-colorscheme="{{ site.comments.facebook.colorscheme | default: 'light' }}"></section>
13
- {% when "google-plus" %}
14
- <h4 class="page__comments-title">{{ comments_label }}</h4>
15
- <section id="g-comments" class="g-comments">Loading Google+ Comments ...</section>
16
- <script>
17
- function initComment() {
18
- gapi.comments.render("g-comments", {
19
- href: "{{ page.url | absolute_url }}",
20
- width: "624",
21
- first_party_property: "BLOGGER",
22
- view_type: "FILTERED_POSTMOD"
23
- })
24
- }
25
- </script>
26
- <script async type="text/javascript" src="https://apis.google.com/js/plusone.js" onload="initComment()" />
27
- <noscript>Please enable JavaScript to view the <a href="https://plus.google.com/">comments powered by Google+.</a></noscript>-->
28
- {% when "staticman_v2" %}
29
- <section id="static-comments">
30
- {% if site.repository and site.staticman.branch %}
31
- <!-- Start static comments -->
32
- <div class="js-comments">
33
- {% if site.data.comments[page.slug] %}
34
- <h4 class="page__comments-title">{{ site.data.ui-text[site.locale].comments_title | default: "Comments" }}</h4>
35
- {% assign comments = site.data.comments[page.slug] | sort %}
36
-
37
- {% for comment in comments %}
38
- {% assign email = comment[1].email %}
39
- {% assign name = comment[1].name %}
40
- {% assign url = comment[1].url %}
41
- {% assign date = comment[1].date %}
42
- {% assign message = comment[1].message %}
43
- {% include comment.html index=forloop.index email=email name=name url=url date=date message=message %}
44
- {% endfor %}
45
- {% endif %}
46
- </div>
47
- <!-- End static comments -->
48
-
49
- <!-- Start new comment form -->
50
- <div class="page__comments-form">
51
- <h4 class="page__comments-title">{{ site.data.ui-text[site.locale].comments_label | default: "Leave a Comment" }}</h4>
52
- <p class="small">{{ site.data.ui-text[site.locale].comment_form_info | default: "Your email address will not be published. Required fields are marked" }} <span class="required">*</span></p>
53
- <form id="new_comment" class="page__comments-form js-form form" method="post" action="https://api.staticman.net/v2/entry/{{ site.repository }}/{{ site.staticman.branch }}/comments">
54
- <div class="form__spinner">
55
- <i class="fas fa-spinner fa-spin fa-3x fa-fw"></i>
56
- <span class="sr-only">{{ site.data.ui-text[site.locale].loading_label | default: "Loading..." }}</span>
57
- </div>
58
-
59
- <div class="form-group">
60
- <label for="comment-form-message">{{ site.data.ui-text[site.locale].comment_form_comment_label | default: "Comment" }} <small class="required">*</small></label>
61
- <textarea type="text" rows="3" id="comment-form-message" name="fields[message]" tabindex="1"></textarea>
62
- <div class="small help-block"><a href="https://daringfireball.net/projects/markdown/">{{ site.data.ui-text[site.locale].comment_form_md_info | default: "Markdown is supported." }}</a></div>
63
- </div>
64
- <div class="form-group">
65
- <label for="comment-form-name">{{ site.data.ui-text[site.locale].comment_form_name_label | default: "Name" }} <small class="required">*</small></label>
66
- <input type="text" id="comment-form-name" name="fields[name]" tabindex="2" />
67
- </div>
68
- <div class="form-group">
69
- <label for="comment-form-email">{{ site.data.ui-text[site.locale].comment_form_email_label | default: "Email address" }} <small class="required">*</small></label>
70
- <input type="email" id="comment-form-email" name="fields[email]" tabindex="3" />
71
- </div>
72
- <div class="form-group">
73
- <label for="comment-form-url">{{ site.data.ui-text[site.locale].comment_form_website_label | default: "Website (optional)" }}</label>
74
- <input type="url" id="comment-form-url" name="fields[url]" tabindex="4"/>
75
- </div>
76
- <div class="form-group hidden" style="display: none;">
77
- <input type="hidden" name="options[slug]" value="{{ page.slug }}">
78
- <label for="comment-form-location">Not used. Leave blank if you are a human.</label>
79
- <input type="text" id="comment-form-location" name="fields[hidden]" autocomplete="off"/>
80
- <input type="hidden" name="options[reCaptcha][siteKey]" value="{{ site.reCaptcha.siteKey }}">
81
- <input type="hidden" name="options[reCaptcha][secret]" value="{{ site.reCaptcha.secret }}">
82
- </div>
83
- <!-- Start comment form alert messaging -->
84
- <p class="hidden js-notice">
85
- <strong class="js-notice-text"></strong>
86
- </p>
87
- <!-- End comment form alert messaging -->
88
- <div class="form-group">
89
- <div class="g-recaptcha" data-sitekey="{{ site.reCaptcha.siteKey }}"></div>
90
- </div>
91
- <div class="form-group">
92
- <button type="submit" id="comment-form-submit" tabindex="5" class="btn btn--primary btn--large">{{ site.data.ui-text[site.locale].comment_btn_submit | default: "Submit Comment" }}</button>
93
- </div>
94
- </form>
95
- </div>
96
- <!-- End new comment form -->
97
- {% if site.reCaptcha.siteKey %}<script async src="https://www.google.com/recaptcha/api.js"></script>{% endif %}
98
- {% endif %}
99
- </section>
100
- {% when "staticman" %}
101
- <section id="static-comments">
102
- {% if site.repository and site.staticman.branch %}
103
- <!-- Start static comments -->
104
- <div class="js-comments">
105
- {% if site.data.comments[page.slug] %}
106
- <h4 class="page__comments-title">{{ site.data.ui-text[site.locale].comments_title | default: "Comments" }}</h4>
107
- {% assign comments = site.data.comments[page.slug] | sort %}
108
-
109
- {% for comment in comments %}
110
- {% assign email = comment[1].email %}
111
- {% assign name = comment[1].name %}
112
- {% assign url = comment[1].url %}
113
- {% assign date = comment[1].date %}
114
- {% assign message = comment[1].message %}
115
- {% include comment.html index=forloop.index email=email name=name url=url date=date message=message %}
116
- {% endfor %}
117
- {% endif %}
118
- </div>
119
- <!-- End static comments -->
120
-
121
- <!-- Start new comment form -->
122
- <div class="page__comments-form">
123
- <h4 class="page__comments-title">{{ site.data.ui-text[site.locale].comments_label | default: "Leave a Comment" }}</h4>
124
- <p class="small">{{ site.data.ui-text[site.locale].comment_form_info | default: "Your email address will not be published. Required fields are marked" }} <span class="required">*</span></p>
125
- <form id="new_comment" class="page__comments-form js-form form" method="post" action="https://api.staticman.net/v1/entry/{{ site.repository }}/{{ site.staticman.branch }}">
126
- <div class="form__spinner">
127
- <i class="fas fa-spinner fa-spin fa-3x fa-fw"></i>
128
- <span class="sr-only">{{ site.data.ui-text[site.locale].loading_label | default: "Loading..." }}</span>
129
- </div>
130
-
131
- <div class="form-group">
132
- <label for="comment-form-message">{{ site.data.ui-text[site.locale].comment_form_comment_label | default: "Comment" }} <small class="required">*</small></label>
133
- <textarea type="text" rows="3" id="comment-form-message" name="fields[message]" tabindex="1"></textarea>
134
- <div class="small help-block"><a href="https://daringfireball.net/projects/markdown/">{{ site.data.ui-text[site.locale].comment_form_md_info | default: "Markdown is supported." }}</a></div>
135
- </div>
136
- <div class="form-group">
137
- <label for="comment-form-name">{{ site.data.ui-text[site.locale].comment_form_name_label | default: "Name" }} <small class="required">*</small></label>
138
- <input type="text" id="comment-form-name" name="fields[name]" tabindex="2" />
139
- </div>
140
- <div class="form-group">
141
- <label for="comment-form-email">{{ site.data.ui-text[site.locale].comment_form_email_label | default: "Email address" }} <small class="required">*</small></label>
142
- <input type="email" id="comment-form-email" name="fields[email]" tabindex="3" />
143
- </div>
144
- <div class="form-group">
145
- <label for="comment-form-url">{{ site.data.ui-text[site.locale].comment_form_website_label | default: "Website (optional)" }}</label>
146
- <input type="url" id="comment-form-url" name="fields[url]" tabindex="4"/>
147
- </div>
148
- <div class="form-group hidden" style="display: none;">
149
- <input type="hidden" name="options[slug]" value="{{ page.slug }}">
150
- <label for="comment-form-location">Not used. Leave blank if you are a human.</label>
151
- <input type="text" id="comment-form-location" name="fields[hidden]" autocomplete="off"/>
152
- </div>
153
- <!-- Start comment form alert messaging -->
154
- <p class="hidden js-notice">
155
- <strong class="js-notice-text"></strong>
156
- </p>
157
- <!-- End comment form alert messaging -->
158
- <div class="form-group">
159
- <button type="submit" id="comment-form-submit" tabindex="5" class="btn btn--primary btn--large">{{ site.data.ui-text[site.locale].comment_btn_submit | default: "Submit Comment" }}</button>
160
- </div>
161
- </form>
162
- </div>
163
- <!-- End new comment form -->
164
- {% endif %}
165
- </section>
166
- {% when "custom" %}
167
- <section id="custom-comments"></section>
168
- {% endcase %}
1
+ <div class="page__comments">
2
+ {% capture comments_label %}{{ site.data.ui-text[site.locale].comments_label | default: "Comments" }}{% endcapture %}
3
+ {% case site.comments.provider %}
4
+ {% when "discourse" %}
5
+ <h4 class="page__comments-title">{{ comments_label }}</h4>
6
+ <section id="discourse-comments"></section>
7
+ {% when "disqus" %}
8
+ <h4 class="page__comments-title">{{ comments_label }}</h4>
9
+ <section id="disqus_thread"></section>
10
+ {% when "facebook" %}
11
+ <h4 class="page__comments-title">{{ comments_label }}</h4>
12
+ <section class="fb-comments" data-href="{{ page.url | absolute_url }}" data-mobile="true" data-num-posts="{{ site.comments.facebook.num_posts | default: 5 }}" data-width="100%" data-colorscheme="{{ site.comments.facebook.colorscheme | default: 'light' }}"></section>
13
+ {% when "google-plus" %}
14
+ <h4 class="page__comments-title">{{ comments_label }}</h4>
15
+ <section id="g-comments" class="g-comments">Loading Google+ Comments ...</section>
16
+ <script>
17
+ function initComment() {
18
+ gapi.comments.render("g-comments", {
19
+ href: "{{ page.url | absolute_url }}",
20
+ width: "624",
21
+ first_party_property: "BLOGGER",
22
+ view_type: "FILTERED_POSTMOD"
23
+ })
24
+ }
25
+ </script>
26
+ <script async type="text/javascript" src="https://apis.google.com/js/plusone.js" onload="initComment()" />
27
+ <noscript>Please enable JavaScript to view the <a href="https://plus.google.com/">comments powered by Google+.</a></noscript>-->
28
+ {% when "staticman_v2" %}
29
+ <section id="static-comments">
30
+ {% if site.repository and site.staticman.branch %}
31
+ <!-- Start static comments -->
32
+ <div class="js-comments">
33
+ {% if site.data.comments[page.slug] %}
34
+ <h4 class="page__comments-title">{{ site.data.ui-text[site.locale].comments_title | default: "Comments" }}</h4>
35
+ {% assign comments = site.data.comments[page.slug] | sort %}
36
+
37
+ {% for comment in comments %}
38
+ {% assign email = comment[1].email %}
39
+ {% assign name = comment[1].name %}
40
+ {% assign url = comment[1].url %}
41
+ {% assign date = comment[1].date %}
42
+ {% assign message = comment[1].message %}
43
+ {% include comment.html index=forloop.index email=email name=name url=url date=date message=message %}
44
+ {% endfor %}
45
+ {% endif %}
46
+ </div>
47
+ <!-- End static comments -->
48
+
49
+ <!-- Start new comment form -->
50
+ <div class="page__comments-form">
51
+ <h4 class="page__comments-title">{{ site.data.ui-text[site.locale].comments_label | default: "Leave a Comment" }}</h4>
52
+ <p class="small">{{ site.data.ui-text[site.locale].comment_form_info | default: "Your email address will not be published. Required fields are marked" }} <span class="required">*</span></p>
53
+ <form id="new_comment" class="page__comments-form js-form form" method="post" action="https://api.staticman.net/v2/entry/{{ site.repository }}/{{ site.staticman.branch }}/comments">
54
+ <div class="form__spinner">
55
+ <i class="fas fa-spinner fa-spin fa-3x fa-fw"></i>
56
+ <span class="sr-only">{{ site.data.ui-text[site.locale].loading_label | default: "Loading..." }}</span>
57
+ </div>
58
+
59
+ <div class="form-group">
60
+ <label for="comment-form-message">{{ site.data.ui-text[site.locale].comment_form_comment_label | default: "Comment" }} <small class="required">*</small></label>
61
+ <textarea type="text" rows="3" id="comment-form-message" name="fields[message]" tabindex="1"></textarea>
62
+ <div class="small help-block"><a href="https://daringfireball.net/projects/markdown/">{{ site.data.ui-text[site.locale].comment_form_md_info | default: "Markdown is supported." }}</a></div>
63
+ </div>
64
+ <div class="form-group">
65
+ <label for="comment-form-name">{{ site.data.ui-text[site.locale].comment_form_name_label | default: "Name" }} <small class="required">*</small></label>
66
+ <input type="text" id="comment-form-name" name="fields[name]" tabindex="2" />
67
+ </div>
68
+ <div class="form-group">
69
+ <label for="comment-form-email">{{ site.data.ui-text[site.locale].comment_form_email_label | default: "Email address" }} <small class="required">*</small></label>
70
+ <input type="email" id="comment-form-email" name="fields[email]" tabindex="3" />
71
+ </div>
72
+ <div class="form-group">
73
+ <label for="comment-form-url">{{ site.data.ui-text[site.locale].comment_form_website_label | default: "Website (optional)" }}</label>
74
+ <input type="url" id="comment-form-url" name="fields[url]" tabindex="4"/>
75
+ </div>
76
+ <div class="form-group hidden" style="display: none;">
77
+ <input type="hidden" name="options[slug]" value="{{ page.slug }}">
78
+ <label for="comment-form-location">Not used. Leave blank if you are a human.</label>
79
+ <input type="text" id="comment-form-location" name="fields[hidden]" autocomplete="off"/>
80
+ <input type="hidden" name="options[reCaptcha][siteKey]" value="{{ site.reCaptcha.siteKey }}">
81
+ <input type="hidden" name="options[reCaptcha][secret]" value="{{ site.reCaptcha.secret }}">
82
+ </div>
83
+ <!-- Start comment form alert messaging -->
84
+ <p class="hidden js-notice">
85
+ <strong class="js-notice-text"></strong>
86
+ </p>
87
+ <!-- End comment form alert messaging -->
88
+ <div class="form-group">
89
+ <div class="g-recaptcha" data-sitekey="{{ site.reCaptcha.siteKey }}"></div>
90
+ </div>
91
+ <div class="form-group">
92
+ <button type="submit" id="comment-form-submit" tabindex="5" class="btn btn--primary btn--large">{{ site.data.ui-text[site.locale].comment_btn_submit | default: "Submit Comment" }}</button>
93
+ </div>
94
+ </form>
95
+ </div>
96
+ <!-- End new comment form -->
97
+ {% if site.reCaptcha.siteKey %}<script async src="https://www.google.com/recaptcha/api.js"></script>{% endif %}
98
+ {% endif %}
99
+ </section>
100
+ {% when "staticman" %}
101
+ <section id="static-comments">
102
+ {% if site.repository and site.staticman.branch %}
103
+ <!-- Start static comments -->
104
+ <div class="js-comments">
105
+ {% if site.data.comments[page.slug] %}
106
+ <h4 class="page__comments-title">{{ site.data.ui-text[site.locale].comments_title | default: "Comments" }}</h4>
107
+ {% assign comments = site.data.comments[page.slug] | sort %}
108
+
109
+ {% for comment in comments %}
110
+ {% assign email = comment[1].email %}
111
+ {% assign name = comment[1].name %}
112
+ {% assign url = comment[1].url %}
113
+ {% assign date = comment[1].date %}
114
+ {% assign message = comment[1].message %}
115
+ {% include comment.html index=forloop.index email=email name=name url=url date=date message=message %}
116
+ {% endfor %}
117
+ {% endif %}
118
+ </div>
119
+ <!-- End static comments -->
120
+
121
+ <!-- Start new comment form -->
122
+ <div class="page__comments-form">
123
+ <h4 class="page__comments-title">{{ site.data.ui-text[site.locale].comments_label | default: "Leave a Comment" }}</h4>
124
+ <p class="small">{{ site.data.ui-text[site.locale].comment_form_info | default: "Your email address will not be published. Required fields are marked" }} <span class="required">*</span></p>
125
+ <form id="new_comment" class="page__comments-form js-form form" method="post" action="https://api.staticman.net/v1/entry/{{ site.repository }}/{{ site.staticman.branch }}">
126
+ <div class="form__spinner">
127
+ <i class="fas fa-spinner fa-spin fa-3x fa-fw"></i>
128
+ <span class="sr-only">{{ site.data.ui-text[site.locale].loading_label | default: "Loading..." }}</span>
129
+ </div>
130
+
131
+ <div class="form-group">
132
+ <label for="comment-form-message">{{ site.data.ui-text[site.locale].comment_form_comment_label | default: "Comment" }} <small class="required">*</small></label>
133
+ <textarea type="text" rows="3" id="comment-form-message" name="fields[message]" tabindex="1"></textarea>
134
+ <div class="small help-block"><a href="https://daringfireball.net/projects/markdown/">{{ site.data.ui-text[site.locale].comment_form_md_info | default: "Markdown is supported." }}</a></div>
135
+ </div>
136
+ <div class="form-group">
137
+ <label for="comment-form-name">{{ site.data.ui-text[site.locale].comment_form_name_label | default: "Name" }} <small class="required">*</small></label>
138
+ <input type="text" id="comment-form-name" name="fields[name]" tabindex="2" />
139
+ </div>
140
+ <div class="form-group">
141
+ <label for="comment-form-email">{{ site.data.ui-text[site.locale].comment_form_email_label | default: "Email address" }} <small class="required">*</small></label>
142
+ <input type="email" id="comment-form-email" name="fields[email]" tabindex="3" />
143
+ </div>
144
+ <div class="form-group">
145
+ <label for="comment-form-url">{{ site.data.ui-text[site.locale].comment_form_website_label | default: "Website (optional)" }}</label>
146
+ <input type="url" id="comment-form-url" name="fields[url]" tabindex="4"/>
147
+ </div>
148
+ <div class="form-group hidden" style="display: none;">
149
+ <input type="hidden" name="options[slug]" value="{{ page.slug }}">
150
+ <label for="comment-form-location">Not used. Leave blank if you are a human.</label>
151
+ <input type="text" id="comment-form-location" name="fields[hidden]" autocomplete="off"/>
152
+ </div>
153
+ <!-- Start comment form alert messaging -->
154
+ <p class="hidden js-notice">
155
+ <strong class="js-notice-text"></strong>
156
+ </p>
157
+ <!-- End comment form alert messaging -->
158
+ <div class="form-group">
159
+ <button type="submit" id="comment-form-submit" tabindex="5" class="btn btn--primary btn--large">{{ site.data.ui-text[site.locale].comment_btn_submit | default: "Submit Comment" }}</button>
160
+ </div>
161
+ </form>
162
+ </div>
163
+ <!-- End new comment form -->
164
+ {% endif %}
165
+ </section>
166
+ {% when "custom" %}
167
+ <section id="custom-comments"></section>
168
+ {% endcase %}
169
169
  </div>
@@ -1,50 +1,50 @@
1
- {% if include.id %}
2
- {% assign feature_row = page[include.id] %}
3
- {% else %}
4
- {% assign feature_row = page.feature_row %}
5
- {% endif %}
6
-
7
- <div class="feature__wrapper">
8
-
9
- {% for f in feature_row %}
10
-
11
- {% if f.url contains "://" %}
12
- {% capture f_url %}{{ f.url }}{% endcapture %}
13
- {% else %}
14
- {% capture f_url %}{{ f.url | absolute_url }}{% endcapture %}
15
- {% endif %}
16
-
17
- <div class="feature__item{% if include.type %}--{{ include.type }}{% endif %}">
18
- <div class="archive__item">
19
- {% if f.image_path %}
20
- <div class="archive__item-teaser">
21
- <img src=
22
- {% if f.image_path contains "://" %}
23
- "{{ f.image_path }}"
24
- {% else %}
25
- "{{ f.image_path | absolute_url }}"
26
- {% endif %}
27
- alt="{% if f.alt %}{{ f.alt }}{% endif %}">
28
- </div>
29
- {% endif %}
30
-
31
- <div class="archive__item-body">
32
- {% if f.title %}
33
- <h2 class="archive__item-title">{{ f.title }}</h2>
34
- {% endif %}
35
-
36
- {% if f.excerpt %}
37
- <div class="archive__item-excerpt">
38
- {{ f.excerpt | markdownify }}
39
- </div>
40
- {% endif %}
41
-
42
- {% if f.url %}
43
- <p><a href="{{ f_url }}" class="btn {{ f.btn_class }}">{{ f.btn_label | default: site.data.ui-text[site.locale].more_label | default: "Learn More" }}</a></p>
44
- {% endif %}
45
- </div>
46
- </div>
47
- </div>
48
- {% endfor %}
49
-
1
+ {% if include.id %}
2
+ {% assign feature_row = page[include.id] %}
3
+ {% else %}
4
+ {% assign feature_row = page.feature_row %}
5
+ {% endif %}
6
+
7
+ <div class="feature__wrapper">
8
+
9
+ {% for f in feature_row %}
10
+
11
+ {% if f.url contains "://" %}
12
+ {% capture f_url %}{{ f.url }}{% endcapture %}
13
+ {% else %}
14
+ {% capture f_url %}{{ f.url | absolute_url }}{% endcapture %}
15
+ {% endif %}
16
+
17
+ <div class="feature__item{% if include.type %}--{{ include.type }}{% endif %}">
18
+ <div class="archive__item">
19
+ {% if f.image_path %}
20
+ <div class="archive__item-teaser">
21
+ <img src=
22
+ {% if f.image_path contains "://" %}
23
+ "{{ f.image_path }}"
24
+ {% else %}
25
+ "{{ f.image_path | absolute_url }}"
26
+ {% endif %}
27
+ alt="{% if f.alt %}{{ f.alt }}{% endif %}">
28
+ </div>
29
+ {% endif %}
30
+
31
+ <div class="archive__item-body">
32
+ {% if f.title %}
33
+ <h2 class="archive__item-title">{{ f.title }}</h2>
34
+ {% endif %}
35
+
36
+ {% if f.excerpt %}
37
+ <div class="archive__item-excerpt">
38
+ {{ f.excerpt | markdownify }}
39
+ </div>
40
+ {% endif %}
41
+
42
+ {% if f.url %}
43
+ <p><a href="{{ f_url }}" class="btn {{ f.btn_class }}">{{ f.btn_label | default: site.data.ui-text[site.locale].more_label | default: "Learn More" }}</a></p>
44
+ {% endif %}
45
+ </div>
46
+ </div>
47
+ </div>
48
+ {% endfor %}
49
+
50
50
  </div>