jekyll-theme-gitbook 0.0.5 → 0.0.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: 7e54bf31c624dd80ff5882477c5b33725cb661c1d736d90fc56642e5352b4c63
4
- data.tar.gz: a81a57f4ba6c9dd99f9825d22f741a23c443f391e51dfc1e9cffa9419f89884c
3
+ metadata.gz: 7dc044c4d49f4c5561b795a811d44329c9e69079d386dd642c120558cc630842
4
+ data.tar.gz: 4c26d454d6418a1115e964e143678cdec9374679caa9f5cc0d67ef032de8bc99
5
5
  SHA512:
6
- metadata.gz: 9d97756da95b9bd2d20c854240e82f16a9990024628e9ecde66d879c8bcebc75bcbb661f91d7716f8374a6822e97c42eb0aa0b361a1dae1daca7a84293d45412
7
- data.tar.gz: 71dbbf6162164972240a7f048d6270d5a126ffa66bf8273d8d268baff7147d8c3f243dffccbd4e1dd27a21dd3cc4d6a07521ab54ce883b34caa1eb0b3b13cfaa
6
+ metadata.gz: 8803a669b0e3deaa8f179a467ed52d8fa615c7646d837cb9025726d2799407bdf4bcf3d9685049f98ccf04a3e7c882d3a8d4db96b68f4eaeb6036259678d05ab
7
+ data.tar.gz: 146bcf575a0648a53ad49edcaefa351215214ce34dd3a8557c7b7bb68ea2b24a453a0e4fbe8e97bacda2755df7ebb875f6c5414335cbc69605e5b67eb7956364
data/README.md CHANGED
@@ -34,7 +34,7 @@ This theme is designed to be highly configurable, whilst providing sensible defa
34
34
  If you are hosting your site on GitHub Pages then add the following line to your site's `_config.yml` file (as per [the documentation](https://docs.github.com/en/github/working-with-github-pages/adding-a-theme-to-your-github-pages-site-using-jekyll)):
35
35
 
36
36
  ```yaml
37
- remote_theme: "adamrehn/jekyll-theme-gitbook@v0.0.5"
37
+ remote_theme: "adamrehn/jekyll-theme-gitbook@v0.0.6"
38
38
  ```
39
39
 
40
40
  ### Other hosts (e.g. GitLab Pages)
@@ -14,7 +14,7 @@
14
14
  {% include hooks/head-posthook.html %}
15
15
  </head>
16
16
 
17
- <body>
17
+ <body{% if page.pageclass %} class="{{ page.pageclass | escape }}"{% endif %}>
18
18
 
19
19
  <header>
20
20
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-gitbook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Rehn
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-12 00:00:00.000000000 Z
11
+ date: 2022-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll