word-games-theme 2.6.3 → 2.6.4

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: 10b9bfa148a035904285c190b92b0499fed1fb1afd63eeb5dde1bec4a18641e5
4
- data.tar.gz: 8421eac4e624edbe698aa9378bd8ad2abae69f4d123fadfaf857a3115fd817bc
3
+ metadata.gz: 7866c679bbfccf00e0a6522110f4c4baacd0bd6740c1d334e88213d549f2cce7
4
+ data.tar.gz: f3db02b46af6232f59daf9b653d5638c7b040692219e4fb1bfa06a5b25d3f291
5
5
  SHA512:
6
- metadata.gz: e023acd3a2f290b6e1f67d9075b3ca38d6f0ddf11f63c583f31da17018638b094d192ce83909dfa9f60c5c4c586f54498322b14bc5ddfe777b62bdfd4f8a82a5
7
- data.tar.gz: 39b9832039f3423def9160d32dba586893c786fbeb2d3253ecd36b12fec295dc90a140e144f3a3a4bf6665ccfed6495804de0bc13a580af513fdbfbc867f32fd
6
+ metadata.gz: 6fa0f9a8e730893fa840979c67daa95e8d6d74c533966739d8cc197db3648e2f3fe1e13ba2cc80e3778f8f9bc3ec8dc3b2f215c320bb9487d6637727f0e9eba8
7
+ data.tar.gz: 86238d45f266c2921d6d5448ef66cd72b37ad818012fe2c90a8f16dbe52e40c9d1d2f1341eec3908fe9d2848a05673f8d33e6dfb73daceff52e9399af84f324a
@@ -2,7 +2,7 @@
2
2
  dataToShow = site.data.[page.folderName][lang][file] %} {%- assign CustomColor =
3
3
  site.data.theme.colors -%}
4
4
 
5
- <link rel="stylesheet" href="http://127.0.0.1:4000/assets/css/bootstrap-icons.css">
5
+ <link rel="stylesheet" href="/assets/css/bootstrap-icons.css">
6
6
  <link rel="stylesheet" href="/assets/css/wordGroup.css">
7
7
 
8
8
  <style>
@@ -3,6 +3,8 @@
3
3
  {% include wordgames/authorpagehead/authorpagehead.html %}
4
4
 
5
5
  <style>
6
+
7
+
6
8
  .author-page {
7
9
  margin-top: 50px;
8
10
  }
@@ -157,7 +159,7 @@
157
159
  {% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
158
160
  {%- assign pageAuthorName = page.authorName | split: " " -%}
159
161
  {%- assign pageAuthorNameFirst = pageAuthorName.first | downcase -%}
160
- {%- assign collectionData = [ pageAuthorNameFirst ] -%}
162
+ {%- assign collectionData = [pageAuthorNameFirst] -%}
161
163
  {%- for item in collectionData -%}
162
164
  {%- if forloop.index == 1 -%}
163
165
  {%- assign a = item -%}
@@ -342,9 +344,7 @@
342
344
  {% endif %}
343
345
  <div class="author-meta">
344
346
  <span class="post-name">
345
- <a target="_blank"
346
- href="/authors/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName | capitalize
347
- }}</a>
347
+ <a target="_blank" href="/authors/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName | capitalize }}</a>
348
348
  </span><br>
349
349
  <span class="post-date">{{post.date | date_to_string }}</span>
350
350
  </div>
@@ -404,9 +404,7 @@
404
404
  {% endif %}
405
405
  <div class="author-meta">
406
406
  <span class="post-name">
407
- <a target="_blank"
408
- href="/authors/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName | capitalize
409
- }}</a>
407
+ <a target="_blank" href="/authors/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName | capitalize }}</a>
410
408
  </span><br>
411
409
  <span class="post-date">{{post.date | date_to_string }}</span>
412
410
  </div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: word-games-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.3
4
+ version: 2.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms