summoner-jekyll-theme 1.2.0 → 1.3.1

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: d76f386df8dbf4c6756841f5e298fdbf7ee76b17c42914a24a0ce2ef882a9f72
4
- data.tar.gz: b855c7826417a4bca6aa52d9a6fd4d65f4946652ab8014ce2fd4331d8e25fdaa
3
+ metadata.gz: 938eb01e2ce4823ced505cc1effdf471a1cd56e465e6d6750703cc5b76f11964
4
+ data.tar.gz: 92353e2b31e8e3953096f39826e271bb98b760e55fca51467b7b61d94c7de547
5
5
  SHA512:
6
- metadata.gz: 7739898e194b093f024999acae10db6fa4f53eb6a7d506cc7bae675ce910dcec6996bc4aaa6b87a9ca2168ba2f6ea0d90926e8ac137fe16d4f7f0f27089d9f11
7
- data.tar.gz: 1075b0d9d26927ea5856769ccdc17e92297fbe8153093758e7e6dc3e4ef738945571c9667f18e9b3edc1f9b7f867c57c957414dfea52c7b8b0bbf01f58e846a6
6
+ metadata.gz: 4a8379f0128f722cb88b51167d85ffa4ff664fb0facc93f1f36eb29b1f5eac1fd576005916443ff445b749232d3a2c58bbad16ad3a4804cc6e0ba590d58737b9
7
+ data.tar.gz: a7e3c70ba7d94e6fc9d3f9f37160000b0dc94133d1cfdb847012aa8f03ad06c406bbea0d02d0035e1dfae6a7dba4cf875438e9a510ffcdd8ffe91b18aa5e0c97
@@ -3,7 +3,7 @@
3
3
 
4
4
  <ul>
5
5
  {% for tag in tags %}
6
- <li><a href="/archive/tag/{{tag | first}}">{{tag | first}}</a></li>
6
+ <li><a href="/archive/tag/{{tag | first}}">{{ tag | first }}</a></li>
7
7
  {% endfor %}
8
8
  </ul>
9
9
  {% else %}
data/_includes/date.html CHANGED
@@ -1,7 +1,7 @@
1
1
  <date>
2
2
  {% if post.date %}
3
- {{post.date | date: "%B %d, %Y"}}
3
+ {{ post.date | date: "%B %d, %Y" }}
4
4
  {% else %}
5
- {{page.date | date: "%B %d, %Y"}}
5
+ {{ page.date | date: "%B %d, %Y" }}
6
6
  {% endif %}
7
7
  </date>
@@ -4,10 +4,10 @@
4
4
  {% if paginator.posts %}
5
5
  {% for post in paginator.posts %}
6
6
  <div class="listing">
7
- <h3><a href="{{post.url}}">{{post.title}}</a></h3>
7
+ <h3><a href="{{post.url}}">{{ post.title }}</a></h3>
8
8
  {% include tags.html %}
9
9
  {% include date.html %}
10
- <!-- <p>{{post.excerpt | markdownify | truncatewords: 30}}</p> -->
10
+ <!-- <p>{{ post.excerpt | markdownify | truncatewords: 30 }}</p> -->
11
11
  </div>
12
12
  {% endfor %}
13
13
 
@@ -15,7 +15,7 @@
15
15
  {% else %}
16
16
  {% for post in site.posts %}
17
17
  <div class="listing">
18
- <h3><a href="{{post.url}}">{{post.title}}</a></h3>
18
+ <h3><a href="{{post.url}}">{{ post.title }}</a></h3>
19
19
  {% include tags.html %}
20
20
  {% include date.html %}
21
21
  </div>
@@ -28,10 +28,10 @@
28
28
  {% for post in paginator.posts %}
29
29
  {% if post.tags contains archive %}
30
30
  <div class="listing">
31
- <h3><a href="{{post.url}}">{{post.title}}</a></h3>
31
+ <h3><a href="{{post.url}}">{{ post.title }}</a></h3>
32
32
  {% include tags.html %}
33
33
  {% include date.html %}
34
- <!-- <p>{{post.excerpt | markdownify | truncatewords: 30}}</p> -->
34
+ <!-- <p>{{ post.excerpt | markdownify | truncatewords: 30 }}</p> -->
35
35
  </div>
36
36
  {% endif %}
37
37
  {% endfor %}
@@ -41,7 +41,7 @@
41
41
  {% for post in site.posts %}
42
42
  {% if post.tags contains archive %}
43
43
  <div class="listing">
44
- <h3><a href="{{post.url}}">{{post.title}}</a></h3>
44
+ <h3><a href="{{post.url}}">{{ post.title }}</a></h3>
45
45
  {% include tags.html %}
46
46
  {% include date.html %}
47
47
  </div>
data/_includes/tags.html CHANGED
@@ -2,17 +2,17 @@
2
2
  {% if post.tags %}
3
3
  {% for tag in post.tags %}
4
4
  {% if tag == post.tags.last %}
5
- <a href="/archive/tag/{{tag}}">{{tag}}</a>
5
+ <a href="/archive/tag/{{ tag }}">{{ tag }}</a>
6
6
  {% else %}
7
- <a href="/archive/tag/{{tag}}">{{tag}}</a>,
7
+ <a href="/archive/tag/{{ tag }}">{{ tag }}</a>,
8
8
  {% endif %}
9
9
  {% endfor %}
10
10
  {% else %}
11
11
  {% for tag in page.tags %}
12
12
  {% if tag == page.tags.last %}
13
- <a href="/archive/tag/{{tag}}">{{tag}}</a>
13
+ <a href="/archive/tag/{{ tag }}">{{ tag }}</a>
14
14
  {% else %}
15
- <a href="/archive/tag/{{tag}}">{{tag}}</a>,
15
+ <a href="/archive/tag/{{ tag }}">{{ tag }}</a>,
16
16
  {% endif %}
17
17
  {% endfor %}
18
18
  {% endif %}
data/_layouts/page.html CHANGED
@@ -6,7 +6,7 @@ layout: default
6
6
  <div class="nav" style="margin-bottom: var(--space-i);">
7
7
  <a href="javascript:history.back()">back</a>
8
8
  <a href="/">home</a>
9
- <a href="/blog/feed">rss</a>
9
+ <a href="/blog/feed.xml">rss</a>
10
10
  </div>
11
11
 
12
12
  {{ content }}
data/_layouts/post.html CHANGED
@@ -6,7 +6,7 @@ layout: default
6
6
  <div class="nav">
7
7
  <a href="javascript:history.back()">back</a>
8
8
  <a href="/">home</a>
9
- <a href="/blog/feed">rss</a>
9
+ <a href="/blog/feed.xml">rss</a>
10
10
  </div>
11
11
 
12
12
  <h1>{{ page.title }}</h1>
@@ -1,3 +1,9 @@
1
1
  .content .highlight {
2
2
  margin: var(--space-b) 0px;
3
+ }
4
+
5
+ p code {
6
+ background-color: #cccccc;
7
+ padding: 1px 5px;
8
+ border-radius: 4px;
3
9
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: summoner-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rory Dudley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-20 00:00:00.000000000 Z
11
+ date: 2023-07-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: