shine-on-you-crazy-diamond-theme 1.0.0 → 1.0.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: fcd3537f5f26118b10393901f5abcb7f03ed242fb8477b1eee62ba4a497c3962
4
- data.tar.gz: 765a6b6e769bc634554d211af7e20a57fbce4a529621b7e0a85a4b43781ed2e3
3
+ metadata.gz: 8797253486d39f32076133a1bd437f086b7cce260754c746e43efcd496060c3b
4
+ data.tar.gz: 01f5dafe8dc7840c52009fa34704acef1c82056ec8912548f142554f0533e93f
5
5
  SHA512:
6
- metadata.gz: b7a644bdf1c4b6b3f42c38ad5f69577593352049c7331817a0db272ba5b2e77c46eff83a66e1622b7fc6b6b69bce83cb5e2550419aa723713323d7a006548290
7
- data.tar.gz: 7e0b0760cbf3394d3b2571005920f677e367b830e5024fe073527e642777ed18f2ba9450cf24da5fb6178766df33b27c430e39c6205f7a3bcc9f558941b7a782
6
+ metadata.gz: 9e8ee527a308691f3ed5689ff7d79b3352fcbd7946da3027c9f074713b224c7962466ab3360525647b62b31c6f78dbb8bdf533dc4e20c530d9d150582489cda8
7
+ data.tar.gz: 3d65c41da14f86a12564e3e3747391dac59c528212c1067b345ded588c0071a7cdbbf83bb175dcd9b74a51edf7d611f3ba3135a09472b5db7a418eb6f6bc9f79
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![Maintainability](https://api.codeclimate.com/v1/badges/77053aa36e97ac9b72dc/maintainability)](https://codeclimate.com/github/ramonsantos/shine-on-you-crazy-diamond-theme/maintainability)
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
6
6
 
7
- Jekyll theme for my website
7
+ Jekyll theme for [my website](https://ramonsantos.github.io/).
8
8
 
9
9
  ## Installation
10
10
 
@@ -13,8 +13,6 @@
13
13
  </div>
14
14
 
15
15
  {%- if site.disqus.shortname -%}
16
- <footer id="comments">
17
- {%- include disqus_comments.html -%}
18
- </footer>
16
+ {%- include disqus_comments.html -%}
19
17
  {%- endif -%}
20
18
  </article>
@@ -1,25 +1,29 @@
1
1
  {%- if page.comments != false and page.layout == 'post' -%}
2
- <div id="disqus_thread"></div>
2
+ <br>
3
3
 
4
- <script>
5
- var disqus_config = function () {
6
- this.page.url = '{{ page.url | absolute_url }}';
7
- this.page.identifier = '{{ page.url | absolute_url }}';
8
- };
4
+ <footer id="comments">
5
+ <div id="disqus_thread"></div>
9
6
 
10
- (function() {
11
- var d = document, s = d.createElement('script');
7
+ <script>
8
+ var disqus_config = function () {
9
+ this.page.url = '{{ page.url | absolute_url }}';
10
+ this.page.identifier = '{{ page.url | absolute_url }}';
11
+ };
12
12
 
13
- s.src = 'https://{{ site.disqus.shortname }}.disqus.com/embed.js';
13
+ (function() {
14
+ var d = document, s = d.createElement('script');
14
15
 
15
- s.setAttribute('data-timestamp', +new Date());
16
- (d.head || d.body).appendChild(s);
17
- })();
18
- </script>
16
+ s.src = 'https://{{ site.disqus.shortname }}.disqus.com/embed.js';
19
17
 
20
- <script id="dsq-count-scr" src="//{{ site.disqus.shortname }}.disqus.com/count.js" async></script>
18
+ s.setAttribute('data-timestamp', +new Date());
19
+ (d.head || d.body).appendChild(s);
20
+ })();
21
+ </script>
21
22
 
22
- <noscript>Please enable JavaScript to view the
23
- <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a>
24
- </noscript>
23
+ <script id="dsq-count-scr" src="//{{ site.disqus.shortname }}.disqus.com/count.js" async></script>
24
+
25
+ <noscript>Please enable JavaScript to view the
26
+ <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a>
27
+ </noscript>
28
+ </footer>
25
29
  {%- endif -%}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shine-on-you-crazy-diamond-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ramonsantos
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-13 00:00:00.000000000 Z
11
+ date: 2020-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll