jekyll-theme-chirpy 3.3.0 → 3.3.1

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: d833e4ed6f7e8ec68aa2d3089a0c78378c80a67ff45f9a6bcbcf84e7f2c41d85
4
- data.tar.gz: 51944aab8a026e3003b2eeb7e2fe7b1f2ea228f5773f4c03f287e4ef193ec1f2
3
+ metadata.gz: 48154aef2c1cd8595d4ead04e7a9b8d33bbe3430d417dca087b9250faa4ee0b4
4
+ data.tar.gz: ffb31a5c34d28e29f51801abc2ed38e94d2213ff48fb7fb653f9070168b99fb8
5
5
  SHA512:
6
- metadata.gz: 7579ca6f1d93877c8676d8bea15653f6c6d47f9080cd0eaecb3f4fc99c21dfb992dd4d9e8db4083428e56e82f87fb820fd56be914e672f7e118a7d67993a1193
7
- data.tar.gz: e9de76b82c78fefde54aa7b8e27b69e0c88f20aaf14bfdabedda0c97d32a553944003a7907e4eddb403875036e9ae72f972f1b154e1b4af3617858a9ba2d982e
6
+ metadata.gz: 3cf3587c01b6d00fef61547e4653502354afe63637cf8eb6345b3ebdf8249ba3a096cfb02cccf350a8d6956003279bdf4bce56227287b98bc92c047e618adcfb
7
+ data.tar.gz: 6b7181ecd039e952966240a0ce48685bd4b791d161021cf783cd3ecb3fe566e4e220e198f4b74002f5f8b9d36aa081597891a2cf689b6f32616c6a62a28f2a6b
@@ -24,14 +24,14 @@
24
24
  {% if page.math %}
25
25
  <!-- MathJax -->
26
26
  <script>
27
- // see: <https://docs.mathjax.org/en/latest/options/input/tex.html#tex-options>
27
+ /* see: <https://docs.mathjax.org/en/latest/options/input/tex.html#tex-options> */
28
28
  MathJax = {
29
29
  tex: {
30
- inlineMath: [ // start/end delimiter pairs for in-line math
30
+ inlineMath: [ /* start/end delimiter pairs for in-line math */
31
31
  ['$','$'],
32
32
  ['\\(','\\)']
33
33
  ],
34
- displayMath: [ // start/end delimiter pairs for display math
34
+ displayMath: [ /* start/end delimiter pairs for display math */
35
35
  ['$$', '$$'],
36
36
  ['\\[', '\\]']
37
37
  ]
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * The styles for Jekyll theme Chirpy
3
3
  *
4
- * Chirpy v3.3.0 (https://github.com/cotes2020/jekyll-theme-chirpy)
4
+ * Chirpy v3.3.1 (https://github.com/cotes2020/jekyll-theme-chirpy)
5
5
  * © 2019 Cotes Chung
6
6
  * MIT Licensed
7
7
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Chirpy v3.3.0 (https://github.com/cotes2020/jekyll-theme-chirpy/)
2
+ * Chirpy v3.3.1 (https://github.com/cotes2020/jekyll-theme-chirpy/)
3
3
  * © 2019 Cotes Chung
4
4
  * MIT Licensed
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Chirpy v3.3.0 (https://github.com/cotes2020/jekyll-theme-chirpy/)
2
+ * Chirpy v3.3.1 (https://github.com/cotes2020/jekyll-theme-chirpy/)
3
3
  * © 2019 Cotes Chung
4
4
  * MIT Licensed
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Chirpy v3.3.0 (https://github.com/cotes2020/jekyll-theme-chirpy/)
2
+ * Chirpy v3.3.1 (https://github.com/cotes2020/jekyll-theme-chirpy/)
3
3
  * © 2019 Cotes Chung
4
4
  * MIT Licensed
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Chirpy v3.3.0 (https://github.com/cotes2020/jekyll-theme-chirpy/)
2
+ * Chirpy v3.3.1 (https://github.com/cotes2020/jekyll-theme-chirpy/)
3
3
  * © 2019 Cotes Chung
4
4
  * MIT Licensed
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Chirpy v3.3.0 (https://github.com/cotes2020/jekyll-theme-chirpy/)
2
+ * Chirpy v3.3.1 (https://github.com/cotes2020/jekyll-theme-chirpy/)
3
3
  * © 2019 Cotes Chung
4
4
  * MIT Licensed
5
5
  */
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-chirpy
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.0
4
+ version: 3.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cotes Chung