summoner-jekyll-theme 1.3.4 → 1.3.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 138b1932e55c5a7abf7df7c8e51b63e95cd6997365a676aea11163f461cceea7
4
- data.tar.gz: '08c4bc6d9e63b279125d5d0abd7084d59e0f8ba10cd839a6a41ed66ad7fbe4bb'
3
+ metadata.gz: a8037fe81268a87ea3de41011bf4eab40476916c73986e3228e1154d53e2620f
4
+ data.tar.gz: bb239eca794bc712abf81b14f2e71581f36a9b51fe023b1939e0c9fdacf0315d
5
5
  SHA512:
6
- metadata.gz: 570c79051309bd3159b8f0efce1ada906a52aec7c1b8a94ea54c1c134bd8aa46148336e480be6bf8975affb1fb994ea3f887d949f2411a02813ba3e1729aaad6
7
- data.tar.gz: '068fbcef2118fa1bc1bc3ca31bcc46975cd878cefef93cbf93c47ac5639022e90af624c24b1047195251f8d0819cb986598fdfee6b3a3b2fb6777c3d1ca7ae75'
6
+ metadata.gz: 4b7309d4e995957822cdba929d429478d45bf72a2185d1842fd1155a4533d4ab510583981e123713a403cd794aff2912571610da88de4824dae453da4cf12f71
7
+ data.tar.gz: 40242913351b8afed633540cd86a57229ff82a0916ad7156babfdca2697dcfea1e61ea399cc5cea9bfa42bd37171ba46addb66694ea74202e47217c56402c85e
data/_includes/head.html CHANGED
@@ -1,6 +1,6 @@
1
1
  <head>
2
2
  <meta charset="utf-8">
3
3
  <link rel="stylesheet" href="/assets/style.css">
4
- <title>{{ site.title }}</title>
4
+ <title>{{ page.title || site.title }}</title>
5
5
  {% include includes.html %}
6
6
  </head>
File without changes
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.3.4
4
+ version: 1.3.6
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-22 00:00:00.000000000 Z
11
+ date: 2023-12-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -25,6 +25,7 @@ files:
25
25
  - _includes/alltags.html
26
26
  - _includes/date.html
27
27
  - _includes/head.html
28
+ - _includes/includes.html
28
29
  - _includes/listings.html
29
30
  - _includes/pagination.html
30
31
  - _includes/tags.html
@@ -86,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
87
  - !ruby/object:Gem::Version
87
88
  version: '0'
88
89
  requirements: []
89
- rubygems_version: 3.4.7
90
+ rubygems_version: 3.4.19
90
91
  signing_key:
91
92
  specification_version: 4
92
93
  summary: My custom jekyll theme for https://summoning.net/.