word-games-theme 2.6.3 → 2.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/repeat-letters.html +1 -1
- data/_layouts/wordgames-author.html +5 -7
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7866c679bbfccf00e0a6522110f4c4baacd0bd6740c1d334e88213d549f2cce7
|
|
4
|
+
data.tar.gz: f3db02b46af6232f59daf9b653d5638c7b040692219e4fb1bfa06a5b25d3f291
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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="
|
|
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 = [
|
|
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>
|