appscms-tools-theme 4.9.6 → 4.9.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 036c093f5d79f79927ec4a3172a4a707c3b47467ee557d9ba07700c8e562754e
4
- data.tar.gz: 0f7753d8b4bdaf9f4bd6944dbcb2b8f39a4868ce8d51a4001b14260f79a1d3a0
3
+ metadata.gz: fd8efcf27843fb4fba1554789654542cd04703076bc55ad21b4b4a6e15eee5dc
4
+ data.tar.gz: 74e94ffc84e8f05fdf270b0fbb1cfab14d50cbba3afe0abcd88549ed26b78198
5
5
  SHA512:
6
- metadata.gz: 7b6f21c6a4438aec8dbf5ed2b14302b0cb5dd466622606708617794d1c07fd1627e23df91bb4e97702b03c56db728ab5848f2d03cb57d5e780c0620fd9e8d609
7
- data.tar.gz: ccb767740b01f1bf02308b6dfdc7de315db0b76fd1bab754a90a1f4ac2c320a76384383cf62cdd4fa7e4a7feaf2b1d862c24e6a64d99aa033f92e71dca2d0929
6
+ metadata.gz: 0f9ef53f90d4bd9ae7f498226286602b1ce07bcf8d4c1d79bec4e1a447c9b16938508af2653de26f4c1766a11344a85a6c8aa71587fe3e07d856066ac70d80ef
7
+ data.tar.gz: e4a2da3db50d7e946ee5db67404638a89fdafe92b9f60e3207e27e7e97e6e564ca1687cbb1d441903bd051c21be1171da18e81b4370fa100b543283c22be57a5
data/_data/.DS_Store CHANGED
Binary file
Binary file
@@ -60,7 +60,16 @@
60
60
  "content": "Setalarmforme.com is a cloud and web based application. You do not need to install any software to use Setalarmforme.com while setting alarms for $variable minutes from now."
61
61
  }
62
62
  ],
63
-
63
+ "HOW_TO_CONTENT": {
64
+ "logoImageUrl": "/assets/pdf.svg",
65
+ "heading": "How to set alarm for \"Preview\" minutes:",
66
+ "steps": [
67
+ "Click on set alarm \"Preview\" ",
68
+ "Set $variable minutes for alarm.",
69
+ "Choose sound of your choice.",
70
+ "Click submit to set alarm, that's it !."
71
+ ]
72
+ },
64
73
  "FAQ": [
65
74
  {
66
75
  "question": "How many seconds from now, will the alarm ring ?",
Binary file
Binary file
data/_includes/.DS_Store CHANGED
Binary file
Binary file
@@ -9,54 +9,61 @@ languages/languages.html -%} {% assign dataFile= site.data[folder][lang][file]
9
9
  <div class="col-md-5 mb-3">
10
10
  {%- if dataToShow.footerBrandLogoSvg -%}
11
11
  {{dataToShow.footerBrandLogoSvg}} {%- else -%}
12
- <img
13
- loading="lazy"
14
- src="{{dataToShow.logo}}"
15
- width="{{dataToShow.width | default: logovalue}}"
16
- height="{{dataToShow.height | default: logovalue}}"
17
- title="logo"
18
- class="footer-logo mb-3"
19
- {%-
20
- if
21
- site.crossorigin
22
- -%}
23
- crossorigin
24
- {%-
25
- endif
26
- -%}
27
- />
28
- <div class="footer-title">{{dataToShow.heading}}</div>
12
+ <img
13
+ loading="lazy"
14
+ src="{{dataToShow.logo}}"
15
+ width="{{dataToShow.width | default: logovalue}}"
16
+ height="{{dataToShow.height | default: logovalue}}"
17
+ title="logo"
18
+ class="footer-logo mb-3"
19
+ {%-
20
+ if
21
+ site.crossorigin
22
+ -%}
23
+ crossorigin
24
+ {%-
25
+ endif
26
+ -%}
27
+ />
28
+ <div class="footer-title">{{dataToShow.heading}}</div>
29
29
  {%- endif -%}
30
30
  </div>
31
31
  <div class="col-md-7">
32
32
  <div class="row">
33
33
  <div class="col-md-4 mb-3">
34
- <div class="appscms-footer-category">{{dataToShow.companytitle | default: 'Company' }}</div>
34
+ <div class="appscms-footer-category">
35
+ {{dataToShow.companytitle | default: 'Company' }}
36
+ </div>
35
37
  {% for data in dataToShow.company %}
36
- <a class="appscms-footer-link" href="{{data.url}}">{{data.name}}</a>
38
+ <a class="appscms-footer-link" href="{{data.url}}"
39
+ >{{data.name}}</a
40
+ >
37
41
  {% endfor %}
38
42
  </div>
39
43
 
40
44
  <div class="col-md-4 mb-3">
41
-
42
45
  <div class="appscms-footer-category">
43
46
  {{dataToShow.legaltitle | default: 'Legal' }}
44
47
  </div>
45
48
  {% for data in dataToShow.legal %}
46
- <a class="appscms-footer-link" target="_blank" rel="noopener noreferrer" href="{{data.url}}"
47
- >{{data.name}}</a
48
- >
49
+ <a
50
+ class="appscms-footer-link"
51
+ target="_blank"
52
+ rel="noopener noreferrer"
53
+ href="{{data.url}}"
54
+ >{{data.name}}</a
55
+ >
49
56
  {% endfor %}
50
-
51
57
  </div>
52
58
 
53
59
  <div class="col-md-4 mb-3">
54
-
55
60
  <div class="appscms-footer-category">
56
61
  {{dataToShow.networksitestitle | default: 'Network sites'}}
57
62
  </div>
58
- {% for data in networksitesData.networkSites %}
59
- <a class="appscms-footer-link" href="{{data.url}}">{{data.name}}</a>
63
+ {% for data in networksitesData.networkSites %}
64
+ <a class="appscms-footer-link" href="{{data.url}}"
65
+ >{{data.name}}</a
66
+ >
60
67
  {%- endfor -%}
61
68
  </div>
62
69
  </div>
@@ -69,242 +76,360 @@ languages/languages.html -%} {% assign dataFile= site.data[folder][lang][file]
69
76
  >{{site.name}}</a
70
77
  >
71
78
  </div>
72
- {%- if site.internationalization -%}
73
- <div class="privacy-links-item">
74
- <button
75
- type="button"
76
- class="drop-down-btn"
77
- id="int-modal-btn"
78
- data-toggle="modal"
79
- data-target="#staticBackdrop"
80
- >
81
- <svg
82
- height="20"
83
- width="20"
84
- viewBox="0 0 24 24"
85
- xmlns="http://www.w3.org/2000/svg"
86
- fill="currentColor"
87
- >
88
- <path
89
- d="M12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4ZM11.619 15.428L8.57155 15.4289C8.9774 16.7012 9.60471 17.924 10.4358 19.0678C10.8198 19.1532 11.2151 19.2073 11.6191 19.2282L11.619 15.428ZM15.4284 15.4289L12.38 15.428L12.3809 19.2282C12.7849 19.2073 13.1802 19.1532 13.5641 19.0687C14.3953 17.924 15.0226 16.7012 15.4284 15.4289ZM18.3762 15.4285L16.0984 15.4284C15.7811 16.5746 15.31 17.6754 14.703 18.7169C16.2768 18.0829 17.5774 16.9109 18.3762 15.4285ZM7.90159 15.4284L5.62381 15.4285C6.42258 16.9109 7.72324 18.0829 9.29827 18.717C8.69002 17.6754 8.21891 16.5746 7.90159 15.4284ZM7.4355 12.3803L4.77175 12.3809C4.81342 13.1846 4.98617 13.9535 5.26904 14.6669L7.71488 14.6666C7.55555 13.9205 7.46086 13.1572 7.4355 12.3803ZM15.9653 12.3808L12.38 12.38V14.666L15.6434 14.6671C15.8277 13.9178 15.9362 13.1537 15.9653 12.3808ZM19.2282 12.3809L16.5645 12.3803C16.5391 13.1572 16.4444 13.9205 16.2851 14.6666L18.731 14.6669C19.0138 13.9535 19.1866 13.1846 19.2282 12.3809ZM11.619 12.38L8.03469 12.3808C8.06384 13.1537 8.17229 13.9178 8.35656 14.6671L11.619 14.666V12.38ZM7.78068 8.95226L5.43294 8.95224C5.05284 9.76985 4.82095 10.6703 4.77175 11.6191L7.4329 11.6194C7.45634 10.71 7.57476 9.81899 7.78068 8.95226ZM15.5678 8.95239L12.38 8.952V11.619H15.968L15.9673 11.5875C15.9382 10.6945 15.8033 9.81313 15.5678 8.95239ZM18.5671 8.95224L16.2193 8.95226C16.4252 9.81899 16.5437 10.71 16.5671 11.6194L19.2282 11.6191C19.1791 10.6703 18.9472 9.76985 18.5671 8.95224ZM11.619 8.952L8.43217 8.95239C8.16446 9.93108 8.02667 10.9364 8.02667 11.9553L8.031 11.619H11.619V8.952ZM9.22964 5.31048L9.02453 5.39982C7.70745 5.99451 6.60023 6.97185 5.84458 8.19011L7.98594 8.19044C8.28727 7.19147 8.70587 6.2283 9.22964 5.31048ZM12.3809 4.77175L12.38 8.19L15.3312 8.18991C14.9387 7.06132 14.371 5.97399 13.6406 4.949C13.2322 4.85405 12.8116 4.79408 12.3809 4.77175ZM14.7693 5.31058L14.9321 5.60148C15.3809 6.43124 15.7444 7.2965 16.0141 8.19044L18.1554 8.19011C17.3607 6.9088 16.177 5.89399 14.7693 5.31058ZM10.5701 4.90311L10.3594 4.949C9.629 5.97399 9.06128 7.06132 8.66884 8.18991L11.619 8.19L11.6191 4.77175C11.262 4.79027 10.9117 4.83467 10.5701 4.90311Z"
90
- ></path>
91
- </svg>
92
- {%- for item in site.pages -%} {%- assign languagetext =
93
- [item.lang] -%} {%- assign pagelink = page.permalink |
94
- split: "/" | last-%} {%- assign itemlink = item.permalink |
95
- split: "/" | last-%} {%- if pagelink == itemlink and
96
- page.lang == item.lang and page.permalink == item.permalink
97
- -%} {{languagetext[1]}} {%- endif -%} {%- endfor -%}
98
- </button>
79
+ {%- if site.internationalization -%}
80
+ <div class="privacy-links-item">
81
+ <button
82
+ type="button"
83
+ class="drop-down-btn"
84
+ id="int-modal-btn"
85
+ data-toggle="modal"
86
+ data-target="#staticBackdrop"
87
+ >
88
+ <svg
89
+ height="20"
90
+ width="20"
91
+ viewBox="0 0 24 24"
92
+ xmlns="http://www.w3.org/2000/svg"
93
+ fill="currentColor"
94
+ >
95
+ <path
96
+ d="M12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4ZM11.619 15.428L8.57155 15.4289C8.9774 16.7012 9.60471 17.924 10.4358 19.0678C10.8198 19.1532 11.2151 19.2073 11.6191 19.2282L11.619 15.428ZM15.4284 15.4289L12.38 15.428L12.3809 19.2282C12.7849 19.2073 13.1802 19.1532 13.5641 19.0687C14.3953 17.924 15.0226 16.7012 15.4284 15.4289ZM18.3762 15.4285L16.0984 15.4284C15.7811 16.5746 15.31 17.6754 14.703 18.7169C16.2768 18.0829 17.5774 16.9109 18.3762 15.4285ZM7.90159 15.4284L5.62381 15.4285C6.42258 16.9109 7.72324 18.0829 9.29827 18.717C8.69002 17.6754 8.21891 16.5746 7.90159 15.4284ZM7.4355 12.3803L4.77175 12.3809C4.81342 13.1846 4.98617 13.9535 5.26904 14.6669L7.71488 14.6666C7.55555 13.9205 7.46086 13.1572 7.4355 12.3803ZM15.9653 12.3808L12.38 12.38V14.666L15.6434 14.6671C15.8277 13.9178 15.9362 13.1537 15.9653 12.3808ZM19.2282 12.3809L16.5645 12.3803C16.5391 13.1572 16.4444 13.9205 16.2851 14.6666L18.731 14.6669C19.0138 13.9535 19.1866 13.1846 19.2282 12.3809ZM11.619 12.38L8.03469 12.3808C8.06384 13.1537 8.17229 13.9178 8.35656 14.6671L11.619 14.666V12.38ZM7.78068 8.95226L5.43294 8.95224C5.05284 9.76985 4.82095 10.6703 4.77175 11.6191L7.4329 11.6194C7.45634 10.71 7.57476 9.81899 7.78068 8.95226ZM15.5678 8.95239L12.38 8.952V11.619H15.968L15.9673 11.5875C15.9382 10.6945 15.8033 9.81313 15.5678 8.95239ZM18.5671 8.95224L16.2193 8.95226C16.4252 9.81899 16.5437 10.71 16.5671 11.6194L19.2282 11.6191C19.1791 10.6703 18.9472 9.76985 18.5671 8.95224ZM11.619 8.952L8.43217 8.95239C8.16446 9.93108 8.02667 10.9364 8.02667 11.9553L8.031 11.619H11.619V8.952ZM9.22964 5.31048L9.02453 5.39982C7.70745 5.99451 6.60023 6.97185 5.84458 8.19011L7.98594 8.19044C8.28727 7.19147 8.70587 6.2283 9.22964 5.31048ZM12.3809 4.77175L12.38 8.19L15.3312 8.18991C14.9387 7.06132 14.371 5.97399 13.6406 4.949C13.2322 4.85405 12.8116 4.79408 12.3809 4.77175ZM14.7693 5.31058L14.9321 5.60148C15.3809 6.43124 15.7444 7.2965 16.0141 8.19044L18.1554 8.19011C17.3607 6.9088 16.177 5.89399 14.7693 5.31058ZM10.5701 4.90311L10.3594 4.949C9.629 5.97399 9.06128 7.06132 8.66884 8.18991L11.619 8.19L11.6191 4.77175C11.262 4.79027 10.9117 4.83467 10.5701 4.90311Z"
97
+ ></path>
98
+ </svg>
99
+ {%- for item in site.pages -%} {%- assign languagetext =
100
+ [item.lang] -%} {%- assign pagelink = page.permalink | split:
101
+ "/" | last-%} {%- assign itemlink = item.permalink | split: "/"
102
+ | last-%} {%- if pagelink == itemlink and page.lang == item.lang
103
+ and page.permalink == item.permalink -%} {{languagetext[1]}} {%-
104
+ endif -%} {%- endfor -%}
105
+ </button>
99
106
 
100
- <div
101
- class="modal fade"
102
- id="staticBackdrop"
103
- data-backdrop="static"
104
- data-keyboard="false"
105
- tabindex="-1"
106
- aria-labelledby="staticBackdropLabel"
107
- aria-hidden="true"
108
- >
109
- <div class="modal-dialog">
110
- <div class="modal-content">
111
- <div class="modal-header">
112
- <h5
113
- class="modal-title text-center w-100"
114
- id="staticBackdropLabel"
107
+ <div
108
+ class="modal fade"
109
+ id="staticBackdrop"
110
+ data-backdrop="static"
111
+ data-keyboard="false"
112
+ tabindex="-1"
113
+ aria-labelledby="staticBackdropLabel"
114
+ aria-hidden="true"
115
+ >
116
+ <div class="modal-dialog">
117
+ <div class="modal-content">
118
+ <div class="modal-header">
119
+ <h5
120
+ class="modal-title text-center w-100"
121
+ id="staticBackdropLabel"
122
+ >
123
+ Select Language
124
+ </h5>
125
+ <button
126
+ type="button"
127
+ class="close"
128
+ id="close-modal"
129
+ data-dismiss="modal"
130
+ aria-label="Close"
131
+ >
132
+ <span aria-hidden="true">&times;</span>
133
+ </button>
134
+ </div>
135
+ <ul class="modal-body language-drop-down-menu px-md-5">
136
+ {%- if page.permalink == nil -%}
137
+ <li class="language-drop-down-item font-weight-bold">
138
+ <a class="active-lang" href="/"
139
+ >English<svg
140
+ height="20"
141
+ width="20"
142
+ class="ml-auto"
143
+ viewBox="0 0 24 24"
144
+ fill="none"
145
+ xmlns="http://www.w3.org/2000/svg"
115
146
  >
116
- Select Language
117
- </h5>
118
- <button
119
- type="button"
120
- class="close"
121
- id="close-modal"
122
- data-dismiss="modal"
123
- aria-label="Close"
147
+ <g id="SVGRepo_bgCarrier" stroke-width="0"></g>
148
+ <g
149
+ id="SVGRepo_tracerCarrier"
150
+ stroke-linecap="round"
151
+ stroke-linejoin="round"
152
+ ></g>
153
+ <g id="SVGRepo_iconCarrier">
154
+ <path
155
+ fill-rule="evenodd"
156
+ clip-rule="evenodd"
157
+ d="M17.0303 8.78039L8.99993 16.8107L5.4696 13.2804L6.53026 12.2197L8.99993 14.6894L15.9696 7.71973L17.0303 8.78039Z"
158
+ fill="#000000"
159
+ ></path>
160
+ </g>
161
+ </svg>
162
+ </a>
163
+ </li>
164
+ {%- for i in matchurls -%} {%- for checklang in site.pages
165
+ -%} {%- if checklang.permalink == i -%} {%- assign
166
+ languagetext = [i] -%}
167
+ <li class="language-drop-down-item">
168
+ <a href="/{{i}}">{{languagetext[1]}}</a>
169
+ </li>
170
+ {%- endif -%} {%- endfor -%} {%- endfor -%} {%- else -%}
171
+ {%- if matchurls contains page.permalink -%}
172
+ <li class="language-drop-down-item">
173
+ <a href="/">English </a>
174
+ </li>
175
+ {%- for i in matchurls -%} {%- assign languagetext = [i]
176
+ -%} {%- if i== page.permalink -%}
177
+ <li class="language-drop-down-item font-weight-bold">
178
+ <a class="active-lang" href="/{{i}}"
179
+ >{{languagetext[1]}}
180
+ <svg
181
+ height="25"
182
+ width="25"
183
+ class="ml-auto"
184
+ viewBox="0 0 24 24"
185
+ fill="none"
186
+ xmlns="http://www.w3.org/2000/svg"
124
187
  >
125
- <span aria-hidden="true">&times;</span>
126
- </button>
127
- </div>
128
- <ul class="modal-body language-drop-down-menu px-md-5">
129
-
130
- {%- if page.permalink == nil -%}
131
- <li
132
- class="language-drop-down-item font-weight-bold"
133
- >
134
- <a class="active-lang" href="/"
135
- >English<svg height="20" width="20" class="ml-auto" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path fill-rule="evenodd" clip-rule="evenodd" d="M17.0303 8.78039L8.99993 16.8107L5.4696 13.2804L6.53026 12.2197L8.99993 14.6894L15.9696 7.71973L17.0303 8.78039Z" fill="#000000"></path> </g></svg>
136
- </a>
137
- </li>
138
- {%- for i in matchurls -%} {%- for checklang in
139
- site.pages -%} {%- if checklang.permalink == i -%}
140
- {%- assign languagetext = [i] -%}
141
- <li class="language-drop-down-item">
142
- <a href="/{{i}}">{{languagetext[1]}}</a>
143
- </li>
144
- {%- endif -%} {%- endfor -%} {%- endfor -%} {%- else
145
- -%} {%- if matchurls contains page.permalink -%}
146
- <li class="language-drop-down-item">
147
- <a href="/">English </a>
148
- </li>
149
- {%- for i in matchurls -%} {%- assign languagetext =
150
- [i] -%} {%- if i== page.permalink -%}
151
- <li
152
- class="language-drop-down-item font-weight-bold"
153
- >
154
- <a class="active-lang" href="/{{i}}"
155
- >{{languagetext[1]}}
156
- <svg height="25" width="25" class="ml-auto" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path fill-rule="evenodd" clip-rule="evenodd" d="M17.0303 8.78039L8.99993 16.8107L5.4696 13.2804L6.53026 12.2197L8.99993 14.6894L15.9696 7.71973L17.0303 8.78039Z" fill="#000000"></path> </g></svg>
157
- </a>
158
- </li>
159
- {%- else -%} {%- for checklang in site.pages -%} {%-
160
- if checklang.permalink == i -%} {%- assign
161
- languagetext = [i] -%}
162
- <li class="language-drop-down-item">
163
- <a href="/{{i}}">{{languagetext[1]}}</a>
164
- </li>
165
- {%- endif -%} {%- endfor -%} {%- endif -%} {%-
166
- endfor -%} {%- else -%} {%- for item in site.pages
167
- -%} {%- assign languagetext = [item.lang] -%} {%-
168
- assign pagelink = page.permalink | split: "/" |
169
- last-%} {%- assign itemlink = item.permalink |
170
- split: "/" | last-%} {%- if pagelink == itemlink and
171
- page.lang != item.lang and page.permalink !=
172
- item.permalink -%}
173
- <li class="language-drop-down-item">
174
- <a href="{{item.permalink}}"
175
- >{{languagetext[1]}}
176
- </a>
177
- </li>
178
- {%- endif -%} {%- if pagelink == itemlink and
179
- page.lang == item.lang -%}
180
- <li
181
- class="language-drop-down-item font-weight-bold"
182
- >
183
- <a class="active-lang" href="{{item.permalink}}"
184
- >{{languagetext[1]}}
185
- <svg height="20" width="20" class="ml-auto" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path fill-rule="evenodd" clip-rule="evenodd" d="M17.0303 8.78039L8.99993 16.8107L5.4696 13.2804L6.53026 12.2197L8.99993 14.6894L15.9696 7.71973L17.0303 8.78039Z" fill="#000000"></path> </g></svg>
186
- </a>
187
- </li>
188
- {%- endif -%} {%- endfor -%} {%- endif -%} {%- endif
189
- -%}
190
- </ul>
191
-
192
- </div>
193
- </div>
188
+ <g id="SVGRepo_bgCarrier" stroke-width="0"></g>
189
+ <g
190
+ id="SVGRepo_tracerCarrier"
191
+ stroke-linecap="round"
192
+ stroke-linejoin="round"
193
+ ></g>
194
+ <g id="SVGRepo_iconCarrier">
195
+ <path
196
+ fill-rule="evenodd"
197
+ clip-rule="evenodd"
198
+ d="M17.0303 8.78039L8.99993 16.8107L5.4696 13.2804L6.53026 12.2197L8.99993 14.6894L15.9696 7.71973L17.0303 8.78039Z"
199
+ fill="#000000"
200
+ ></path>
201
+ </g>
202
+ </svg>
203
+ </a>
204
+ </li>
205
+ {%- else -%} {%- for checklang in site.pages -%} {%- if
206
+ checklang.permalink == i -%} {%- assign languagetext = [i]
207
+ -%}
208
+ <li class="language-drop-down-item">
209
+ <a href="/{{i}}">{{languagetext[1]}}</a>
210
+ </li>
211
+ {%- endif -%} {%- endfor -%} {%- endif -%} {%- endfor -%}
212
+ {%- else -%} {%- for item in site.pages -%} {%- assign
213
+ languagetext = [item.lang] -%} {%- assign pagelink =
214
+ page.permalink | split: "/" | last-%} {%- assign itemlink
215
+ = item.permalink | split: "/" | last-%} {%- if pagelink ==
216
+ itemlink and page.lang != item.lang and page.permalink !=
217
+ item.permalink -%}
218
+ <li class="language-drop-down-item">
219
+ <a href="{{item.permalink}}">{{languagetext[1]}} </a>
220
+ </li>
221
+ {%- endif -%} {%- if pagelink == itemlink and page.lang ==
222
+ item.lang -%}
223
+ <li class="language-drop-down-item font-weight-bold">
224
+ <a class="active-lang" href="{{item.permalink}}"
225
+ >{{languagetext[1]}}
226
+ <svg
227
+ height="20"
228
+ width="20"
229
+ class="ml-auto"
230
+ viewBox="0 0 24 24"
231
+ fill="none"
232
+ xmlns="http://www.w3.org/2000/svg"
233
+ >
234
+ <g id="SVGRepo_bgCarrier" stroke-width="0"></g>
235
+ <g
236
+ id="SVGRepo_tracerCarrier"
237
+ stroke-linecap="round"
238
+ stroke-linejoin="round"
239
+ ></g>
240
+ <g id="SVGRepo_iconCarrier">
241
+ <path
242
+ fill-rule="evenodd"
243
+ clip-rule="evenodd"
244
+ d="M17.0303 8.78039L8.99993 16.8107L5.4696 13.2804L6.53026 12.2197L8.99993 14.6894L15.9696 7.71973L17.0303 8.78039Z"
245
+ fill="#000000"
246
+ ></path>
247
+ </g>
248
+ </svg>
249
+ </a>
250
+ </li>
251
+ {%- endif -%} {%- endfor -%} {%- endif -%} {%- endif -%}
252
+ </ul>
194
253
  </div>
195
254
  </div>
196
- {%- endif -%} {%- if page.nointernationalization -%}
197
- <div></div>
198
- {%- else -%} {%- if site.internationalizationall -%}
199
- <div class="privacy-links-item">
200
- <button
201
- type="button"
202
- class="drop-down-btn"
203
- id="int-modal-btn"
204
- data-toggle="modal"
205
- data-target="#staticBackdrop"
206
- >
207
- <svg
208
- height="20"
209
- width="20"
210
- viewBox="0 0 24 24"
211
- xmlns="http://www.w3.org/2000/svg"
212
- fill="#000000"
213
- >
214
- <path
215
- d="M12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4ZM11.619 15.428L8.57155 15.4289C8.9774 16.7012 9.60471 17.924 10.4358 19.0678C10.8198 19.1532 11.2151 19.2073 11.6191 19.2282L11.619 15.428ZM15.4284 15.4289L12.38 15.428L12.3809 19.2282C12.7849 19.2073 13.1802 19.1532 13.5641 19.0687C14.3953 17.924 15.0226 16.7012 15.4284 15.4289ZM18.3762 15.4285L16.0984 15.4284C15.7811 16.5746 15.31 17.6754 14.703 18.7169C16.2768 18.0829 17.5774 16.9109 18.3762 15.4285ZM7.90159 15.4284L5.62381 15.4285C6.42258 16.9109 7.72324 18.0829 9.29827 18.717C8.69002 17.6754 8.21891 16.5746 7.90159 15.4284ZM7.4355 12.3803L4.77175 12.3809C4.81342 13.1846 4.98617 13.9535 5.26904 14.6669L7.71488 14.6666C7.55555 13.9205 7.46086 13.1572 7.4355 12.3803ZM15.9653 12.3808L12.38 12.38V14.666L15.6434 14.6671C15.8277 13.9178 15.9362 13.1537 15.9653 12.3808ZM19.2282 12.3809L16.5645 12.3803C16.5391 13.1572 16.4444 13.9205 16.2851 14.6666L18.731 14.6669C19.0138 13.9535 19.1866 13.1846 19.2282 12.3809ZM11.619 12.38L8.03469 12.3808C8.06384 13.1537 8.17229 13.9178 8.35656 14.6671L11.619 14.666V12.38ZM7.78068 8.95226L5.43294 8.95224C5.05284 9.76985 4.82095 10.6703 4.77175 11.6191L7.4329 11.6194C7.45634 10.71 7.57476 9.81899 7.78068 8.95226ZM15.5678 8.95239L12.38 8.952V11.619H15.968L15.9673 11.5875C15.9382 10.6945 15.8033 9.81313 15.5678 8.95239ZM18.5671 8.95224L16.2193 8.95226C16.4252 9.81899 16.5437 10.71 16.5671 11.6194L19.2282 11.6191C19.1791 10.6703 18.9472 9.76985 18.5671 8.95224ZM11.619 8.952L8.43217 8.95239C8.16446 9.93108 8.02667 10.9364 8.02667 11.9553L8.031 11.619H11.619V8.952ZM9.22964 5.31048L9.02453 5.39982C7.70745 5.99451 6.60023 6.97185 5.84458 8.19011L7.98594 8.19044C8.28727 7.19147 8.70587 6.2283 9.22964 5.31048ZM12.3809 4.77175L12.38 8.19L15.3312 8.18991C14.9387 7.06132 14.371 5.97399 13.6406 4.949C13.2322 4.85405 12.8116 4.79408 12.3809 4.77175ZM14.7693 5.31058L14.9321 5.60148C15.3809 6.43124 15.7444 7.2965 16.0141 8.19044L18.1554 8.19011C17.3607 6.9088 16.177 5.89399 14.7693 5.31058ZM10.5701 4.90311L10.3594 4.949C9.629 5.97399 9.06128 7.06132 8.66884 8.18991L11.619 8.19L11.6191 4.77175C11.262 4.79027 10.9117 4.83467 10.5701 4.90311Z"
216
- ></path>
217
- </svg>
218
- {{dataFile.Language}}
219
- </button>
220
- <div
221
- class="modal fade"
222
- id="staticBackdrop"
223
- data-backdrop="static"
224
- data-keyboard="false"
225
- tabindex="-1"
226
- aria-labelledby="staticBackdropLabel"
227
- aria-hidden="true"
228
- >
229
- <div class="modal-dialog">
230
- <div class="modal-content feature1-in8">
231
- <div class="modal-header border-0">
232
- <h5
233
- class="modal-title text-center w-100 font-weight-bolder"
234
- style="color: #000"
235
- id="staticBackdropLabel"
236
- >
237
- Select Language
238
- </h5>
239
- <button
240
- type="button"
241
- class="close"
242
- id="close-modal"
243
- data-dismiss="modal"
244
- aria-label="Close"
245
- >
246
- <span aria-hidden="true">&times;</span>
247
- </button>
248
- </div>
249
-
250
- <ul class="modal-body pt-0 px-md-5 language-drop-down-menu">
251
- {%- for item in matchurls -%} {%- if item != 'zh-TW'
252
- -%} {%- if item == 'en'-%} {%- if
253
- dataFile.htmlLangAtt == item -%}
254
-
255
- <a class="active-lang language-drop-down-item font-weight-bold" href="{{ page.permalink}}"
256
- >English<svg height="20" width="20" class="ml-auto" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path fill-rule="evenodd" clip-rule="evenodd" d="M17.0303 8.78039L8.99993 16.8107L5.4696 13.2804L6.53026 12.2197L8.99993 14.6894L15.9696 7.71973L17.0303 8.78039Z" fill="#000000"></path> </g></svg>
257
- </a>
258
-
259
- {%- else -%}
260
-
261
- {%- if dataFile.features -%}
262
- <a class="language-drop-down-item" href="/">English</a>
263
- {%- else -%}
264
- <a class="language-drop-down-item" href="/{{ page.permalink | split: '/' | last}}"
265
- >English
266
- </a>
267
- {%- endif -%}
268
-
269
- {%- endif -%} {%- else -%} {%- if
270
- dataFile.htmlLangAtt == item -%}
271
- {%- if page.permalink | split: '/' | last != item
272
- -%}
273
- <a class="language-drop-down-item font-weight-bold active-lang" href="{{ page.permalink}}"
274
- >{{[item][1]}}
275
- <svg height="20" width="20" class="ml-auto" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path fill-rule="evenodd" clip-rule="evenodd" d="M17.0303 8.78039L8.99993 16.8107L5.4696 13.2804L6.53026 12.2197L8.99993 14.6894L15.9696 7.71973L17.0303 8.78039Z" fill="#000000"></path> </g></svg>
276
- </a>
277
- {%- else -%}
278
- <a class="active-lang" href="/{{item}}"
279
- >{{[item][1]}}
280
- <svg height="20" width="20" class="ml-auto" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path fill-rule="evenodd" clip-rule="evenodd" d="M17.0303 8.78039L8.99993 16.8107L5.4696 13.2804L6.53026 12.2197L8.99993 14.6894L15.9696 7.71973L17.0303 8.78039Z" fill="#000000"></path> </g></svg>
281
- </a>
282
- {%- endif -%}
283
-
284
- {%- else -%}
285
-
286
- {%- if page.permalink | split: '/' | last != item
287
- -%} {%- if dataFile.features -%}
288
- <a class="language-drop-down-item" href="/{{item}}">{{[item][1]}} </a>
289
- {%- else -%}
290
- <a
291
- class="language-drop-down-item"
292
- href="/{{item}}/{{ page.permalink | split: '/' | last}}"
293
- >{{[item][1]}}
294
- </a>
295
- {%- endif -%} {%- else -%}
296
- <a class="language-drop-down-item" href="/{{item}}">{{[item][1]}} </a>
297
- {%- endif -%}
298
-
299
- {%- endif -%} {%- endif -%} {%- endif -%} {%- endfor
300
- -%}
301
- </ul>
302
-
303
- </div>
255
+ </div>
256
+ </div>
257
+ {%- endif -%} {%- if page.nointernationalization -%}
258
+ <div></div>
259
+ {%- else -%} {%- if site.internationalizationall -%}
260
+ <div class="privacy-links-item">
261
+ <button
262
+ type="button"
263
+ class="drop-down-btn"
264
+ id="int-modal-btn"
265
+ data-toggle="modal"
266
+ data-target="#staticBackdrop"
267
+ >
268
+ <svg
269
+ height="20"
270
+ width="20"
271
+ viewBox="0 0 24 24"
272
+ xmlns="http://www.w3.org/2000/svg"
273
+ fill="#000000"
274
+ >
275
+ <path
276
+ d="M12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4ZM11.619 15.428L8.57155 15.4289C8.9774 16.7012 9.60471 17.924 10.4358 19.0678C10.8198 19.1532 11.2151 19.2073 11.6191 19.2282L11.619 15.428ZM15.4284 15.4289L12.38 15.428L12.3809 19.2282C12.7849 19.2073 13.1802 19.1532 13.5641 19.0687C14.3953 17.924 15.0226 16.7012 15.4284 15.4289ZM18.3762 15.4285L16.0984 15.4284C15.7811 16.5746 15.31 17.6754 14.703 18.7169C16.2768 18.0829 17.5774 16.9109 18.3762 15.4285ZM7.90159 15.4284L5.62381 15.4285C6.42258 16.9109 7.72324 18.0829 9.29827 18.717C8.69002 17.6754 8.21891 16.5746 7.90159 15.4284ZM7.4355 12.3803L4.77175 12.3809C4.81342 13.1846 4.98617 13.9535 5.26904 14.6669L7.71488 14.6666C7.55555 13.9205 7.46086 13.1572 7.4355 12.3803ZM15.9653 12.3808L12.38 12.38V14.666L15.6434 14.6671C15.8277 13.9178 15.9362 13.1537 15.9653 12.3808ZM19.2282 12.3809L16.5645 12.3803C16.5391 13.1572 16.4444 13.9205 16.2851 14.6666L18.731 14.6669C19.0138 13.9535 19.1866 13.1846 19.2282 12.3809ZM11.619 12.38L8.03469 12.3808C8.06384 13.1537 8.17229 13.9178 8.35656 14.6671L11.619 14.666V12.38ZM7.78068 8.95226L5.43294 8.95224C5.05284 9.76985 4.82095 10.6703 4.77175 11.6191L7.4329 11.6194C7.45634 10.71 7.57476 9.81899 7.78068 8.95226ZM15.5678 8.95239L12.38 8.952V11.619H15.968L15.9673 11.5875C15.9382 10.6945 15.8033 9.81313 15.5678 8.95239ZM18.5671 8.95224L16.2193 8.95226C16.4252 9.81899 16.5437 10.71 16.5671 11.6194L19.2282 11.6191C19.1791 10.6703 18.9472 9.76985 18.5671 8.95224ZM11.619 8.952L8.43217 8.95239C8.16446 9.93108 8.02667 10.9364 8.02667 11.9553L8.031 11.619H11.619V8.952ZM9.22964 5.31048L9.02453 5.39982C7.70745 5.99451 6.60023 6.97185 5.84458 8.19011L7.98594 8.19044C8.28727 7.19147 8.70587 6.2283 9.22964 5.31048ZM12.3809 4.77175L12.38 8.19L15.3312 8.18991C14.9387 7.06132 14.371 5.97399 13.6406 4.949C13.2322 4.85405 12.8116 4.79408 12.3809 4.77175ZM14.7693 5.31058L14.9321 5.60148C15.3809 6.43124 15.7444 7.2965 16.0141 8.19044L18.1554 8.19011C17.3607 6.9088 16.177 5.89399 14.7693 5.31058ZM10.5701 4.90311L10.3594 4.949C9.629 5.97399 9.06128 7.06132 8.66884 8.18991L11.619 8.19L11.6191 4.77175C11.262 4.79027 10.9117 4.83467 10.5701 4.90311Z"
277
+ ></path>
278
+ </svg>
279
+ {{dataFile.Language}}
280
+ </button>
281
+ <div
282
+ class="modal fade"
283
+ id="staticBackdrop"
284
+ data-backdrop="static"
285
+ data-keyboard="false"
286
+ tabindex="-1"
287
+ aria-labelledby="staticBackdropLabel"
288
+ aria-hidden="true"
289
+ >
290
+ <div class="modal-dialog">
291
+ <div class="modal-content feature1-in8">
292
+ <div class="modal-header border-0">
293
+ <h5
294
+ class="modal-title text-center w-100 font-weight-bolder"
295
+ style="color: #000"
296
+ id="staticBackdropLabel"
297
+ >
298
+ Select Language
299
+ </h5>
300
+ <button
301
+ type="button"
302
+ class="close"
303
+ id="close-modal"
304
+ data-dismiss="modal"
305
+ aria-label="Close"
306
+ >
307
+ <span aria-hidden="true">&times;</span>
308
+ </button>
304
309
  </div>
310
+
311
+ <ul class="modal-body pt-0 px-md-5 language-drop-down-menu">
312
+ {%- for item in matchurls -%} {%- if item != 'zh-TW' -%}
313
+ {%- if item == 'en'-%} {%- if dataFile.htmlLangAtt == item
314
+ -%}
315
+
316
+ <a
317
+ class="active-lang language-drop-down-item font-weight-bold"
318
+ href="{{ page.permalink}}"
319
+ >English<svg
320
+ height="20"
321
+ width="20"
322
+ class="ml-auto"
323
+ viewBox="0 0 24 24"
324
+ fill="none"
325
+ xmlns="http://www.w3.org/2000/svg"
326
+ >
327
+ <g id="SVGRepo_bgCarrier" stroke-width="0"></g>
328
+ <g
329
+ id="SVGRepo_tracerCarrier"
330
+ stroke-linecap="round"
331
+ stroke-linejoin="round"
332
+ ></g>
333
+ <g id="SVGRepo_iconCarrier">
334
+ <path
335
+ fill-rule="evenodd"
336
+ clip-rule="evenodd"
337
+ d="M17.0303 8.78039L8.99993 16.8107L5.4696 13.2804L6.53026 12.2197L8.99993 14.6894L15.9696 7.71973L17.0303 8.78039Z"
338
+ fill="#000000"
339
+ ></path>
340
+ </g>
341
+ </svg>
342
+ </a>
343
+
344
+ {%- else -%} {%- if dataFile.features -%}
345
+ <a class="language-drop-down-item" href="/">English</a>
346
+ {%- else -%}
347
+ <a
348
+ class="language-drop-down-item"
349
+ href="/{{ page.permalink | split: '/' | last}}"
350
+ >English
351
+ </a>
352
+ {%- endif -%} {%- endif -%} {%- else -%} {%- if
353
+ dataFile.htmlLangAtt == item -%} {%- if page.permalink |
354
+ split: '/' | last != item -%}
355
+ <a
356
+ class="language-drop-down-item font-weight-bold active-lang"
357
+ href="{{ page.permalink}}"
358
+ >{{[item][1]}}
359
+ <svg
360
+ height="20"
361
+ width="20"
362
+ class="ml-auto"
363
+ viewBox="0 0 24 24"
364
+ fill="none"
365
+ xmlns="http://www.w3.org/2000/svg"
366
+ >
367
+ <g id="SVGRepo_bgCarrier" stroke-width="0"></g>
368
+ <g
369
+ id="SVGRepo_tracerCarrier"
370
+ stroke-linecap="round"
371
+ stroke-linejoin="round"
372
+ ></g>
373
+ <g id="SVGRepo_iconCarrier">
374
+ <path
375
+ fill-rule="evenodd"
376
+ clip-rule="evenodd"
377
+ d="M17.0303 8.78039L8.99993 16.8107L5.4696 13.2804L6.53026 12.2197L8.99993 14.6894L15.9696 7.71973L17.0303 8.78039Z"
378
+ fill="#000000"
379
+ ></path>
380
+ </g>
381
+ </svg>
382
+ </a>
383
+ {%- else -%}
384
+ <a class="active-lang" href="/{{item}}"
385
+ >{{[item][1]}}
386
+ <svg
387
+ height="20"
388
+ width="20"
389
+ class="ml-auto"
390
+ viewBox="0 0 24 24"
391
+ fill="none"
392
+ xmlns="http://www.w3.org/2000/svg"
393
+ >
394
+ <g id="SVGRepo_bgCarrier" stroke-width="0"></g>
395
+ <g
396
+ id="SVGRepo_tracerCarrier"
397
+ stroke-linecap="round"
398
+ stroke-linejoin="round"
399
+ ></g>
400
+ <g id="SVGRepo_iconCarrier">
401
+ <path
402
+ fill-rule="evenodd"
403
+ clip-rule="evenodd"
404
+ d="M17.0303 8.78039L8.99993 16.8107L5.4696 13.2804L6.53026 12.2197L8.99993 14.6894L15.9696 7.71973L17.0303 8.78039Z"
405
+ fill="#000000"
406
+ ></path>
407
+ </g>
408
+ </svg>
409
+ </a>
410
+ {%- endif -%} {%- else -%} {%- if page.permalink | split:
411
+ '/' | last != item -%} {%- if dataFile.features -%}
412
+ <a class="language-drop-down-item" href="/{{item}}"
413
+ >{{[item][1]}}
414
+ </a>
415
+ {%- else -%}
416
+ <a
417
+ class="language-drop-down-item"
418
+ href="/{{item}}/{{ page.permalink | split: '/' | last}}"
419
+ >{{[item][1]}}
420
+ </a>
421
+ {%- endif -%} {%- else -%}
422
+ <a class="language-drop-down-item" href="/{{item}}"
423
+ >{{[item][1]}}
424
+ </a>
425
+ {%- endif -%} {%- endif -%} {%- endif -%} {%- endif -%}
426
+ {%- endfor -%}
427
+ </ul>
305
428
  </div>
306
429
  </div>
307
- {%- endif -%} {%- endif -%}
430
+ </div>
431
+ </div>
432
+ {%- endif -%} {%- endif -%}
308
433
  </div>
309
434
  </div>
310
435
  </div>
@@ -336,32 +336,32 @@
336
336
  <script type="application/ld+json">
337
337
  {
338
338
  "@context": "http://schema.org",
339
- "@type": "HowTo",
340
- "name": "{{ HOW_TO_CONTENT.heading }}",
339
+ "@type": "HowTo",
340
+ "name": "{{ HOW_TO_CONTENT.heading | replace: '"', "'" }}",
341
341
  {% if HOW_TO_CONTENT.YoutubeVideoUrl %}
342
342
  "potentialAction": {
343
- "@type": "WatchAction",
344
- "target": {
345
- "@type": "EntryPoint",
346
- "urlTemplate": "{{ HOW_TO_CONTENT.YoutubeVideoUrl }}",
347
- "actionPlatform": [
348
- "http://schema.org/DesktopWebPlatform",
349
- "http://schema.org/AndroidPlatform",
350
- "http://schema.org/IOSPlatform"
351
- ]
352
- }
353
- },
343
+ "@type": "WatchAction",
344
+ "target": {
345
+ "@type": "EntryPoint",
346
+ "urlTemplate": "{{ HOW_TO_CONTENT.YoutubeVideoUrl }}",
347
+ "actionPlatform": [
348
+ "http://schema.org/DesktopWebPlatform",
349
+ "http://schema.org/AndroidPlatform",
350
+ "http://schema.org/IOSPlatform"
351
+ ]
352
+ }
353
+ },
354
354
  {% else %}
355
355
  "image": {
356
- "@type": "ImageObject",
357
- "url": "{{ HOW_TO_CONTENT.logoImageUrl }}"
356
+ "@type": "ImageObject",
357
+ "url": "{{ HOW_TO_CONTENT.logoImageUrl }}"
358
358
  },
359
359
  {% endif %}
360
360
  "step": [
361
361
  {% for step in HOW_TO_CONTENT.steps %}
362
362
  {
363
- "@type": "HowToStep",
364
- "text": "{{ step }}"
363
+ "@type": "HowToStep",
364
+ "text": "{{ step | replace: '"', "'" }}"
365
365
  }{% unless forloop.last %},{% endunless %}
366
366
  {% endfor %}
367
367
  ]
@@ -385,7 +385,7 @@
385
385
  "item": {
386
386
  "@type": "ImageObject",
387
387
  "name": "Infographic {{ position }}",
388
- "description": "{{ infographic.description }}",
388
+ "description": "{{ infographic.description | replace: '"', "'" }}",
389
389
  "contentUrl": "{{ infographic.image }}"
390
390
  }
391
391
  }{% unless forloop.last %},{% endunless %}
data/assets/.DS_Store CHANGED
Binary file
data/robots.txt ADDED
@@ -0,0 +1,34 @@
1
+ User-agent: *
2
+ Disallow: /porpoiseant/banger.js
3
+ Disallow: /porpoiseant/jellyfish.js
4
+ Disallow: /tardisrocinante/surgeonv2.js
5
+ Disallow: /beardeddragon/iguana.js
6
+ Disallow: /detroitchicago/portland.js
7
+ Disallow: /beardeddragon/wyvern.js
8
+ Disallow: /detroitchicago/stickyfix.js
9
+ Disallow: /ezoic/anchorfix.js
10
+ Disallow: /porpoiseant/ezjit.js
11
+ Disallow: /beardeddragon/turtle.js
12
+ Disallow: /porpoiseant/fads.js
13
+ Disallow: /beardeddragon/gilamonster.js
14
+ Disallow: /beardeddragon/caiman.js
15
+ Disallow: /beardeddragon/wyrm.js
16
+ Disallow: /beardeddragon/drake.js
17
+ Disallow: /beardeddragon/axolotl.js
18
+ Disallow: /hb/uid.js
19
+ Disallow: /beardeddragon/armadillo.js
20
+ Disallow: /beardeddragon/tortoise.js
21
+ Disallow: /parsonsmaize/abilene.js
22
+ Disallow: /tardisrocinante/vitals.js
23
+ Disallow: /parsonsmaize/olathe.js
24
+ Disallow: /detroitchicago/wichita.js
25
+ Disallow: /detroitchicago/reno.js
26
+ Disallow: /detroitchicago/kenai.js
27
+ Disallow: /parsonsmaize/chanute.js
28
+ Disallow: /detroitchicago/tulsa.js
29
+ Disallow: /detroitchicago/psec.js
30
+ Disallow: /detroitchicago/vista.js
31
+ Disallow: /parsonsmaize/mulvane.js
32
+ Disallow: /detroitchicago/augusta.js
33
+ Disallow: /detroitchicago/abilene.js
34
+ Disallow: /tardisrocinante/screx.js
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appscms-tools-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.9.6
4
+ version: 4.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-01-18 00:00:00.000000000 Z
11
+ date: 2025-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -86,6 +86,7 @@ files:
86
86
  - _data/feature/tr/compress-pdf.json
87
87
  - _data/filecomparison/en/filecomparison.json
88
88
  - _data/fileinfo/en/fileinfo.json
89
+ - _data/footer/.DS_Store
89
90
  - _data/footer/en/data.json
90
91
  - _data/footer/hi/data.json
91
92
  - _data/footer/networksites.json
@@ -94,6 +95,7 @@ files:
94
95
  - _data/header/hi/data.json
95
96
  - _data/help/en/help.json
96
97
  - _data/home-1/en/en.json
98
+ - _data/home/.DS_Store
97
99
  - _data/home/en/en.json
98
100
  - _data/home/en/photoeffects.json
99
101
  - _data/home/en/posters.json
@@ -604,6 +606,7 @@ files:
604
606
  - assets/twitter.svg
605
607
  - assets/user-friendly.svg
606
608
  - assets/youtube.svg
609
+ - robots.txt
607
610
  homepage: https://github.com/Appscms-com/appscms-tools-theme
608
611
  licenses:
609
612
  - MIT