devlopr 0.2.2 → 0.2.3

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/blog.html +4 -2
  3. data/_layouts/post.html +37 -35
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 93c110607d1d08ae3a486e9c8a419ffebaaed497
4
- data.tar.gz: 38fd5ab6bbc8bba0b44532dba2f208e26af707e6
3
+ metadata.gz: 84b5e011c5bd00eab21535a8619227abd323a58e
4
+ data.tar.gz: 713c7193fd6a8cabf0c1070b4b8974286aeb4f8f
5
5
  SHA512:
6
- metadata.gz: 4e9241522c24484cec65dedb721113ec84c82e71521941002778377f078d6ac0f88134c22d374a3ecfa6cdddb88556153a57ec92af9e7a0c71f37024ccaee436
7
- data.tar.gz: 8e067ef82ea8c75fb617d3a8dba6d245c6ba1626f335e5583143e09391c57e29652d473f949f436e7265d3440e6c54977bb0a6ddbe65dc627c70e5392e761c31
6
+ metadata.gz: 056f3fb8e17c02d2ed8f4f8882659bb352c98f873f98d00350abff88ce44cae5ab490adee17e6298063fd3bcc8c55d55f7e63ef36750aac0a700ee0b861b097f
7
+ data.tar.gz: 6a92a12e9f0a38cd25591b827f6caa6b6c0276a898db66e34e57af334a67c864e055eebee2f1501d3aadb68f05343294a99a417769d0982649a3ecf7418f9780
@@ -1,6 +1,8 @@
1
- --- layout: default ---
1
+ ---
2
+ layout: default
3
+ ---
2
4
 
3
- <div class="row">
5
+ <div class="row">
4
6
 
5
7
  <div class="col-lg-8">
6
8
  <ul>
@@ -1,18 +1,20 @@
1
- --- layout: default ---
2
-
3
- <nav aria-label="breadcrumb" role="navigation">
4
- <ol class="breadcrumb">
5
- <li class="breadcrumb-item">
6
- <a href="/blog">Blog</a>
7
- </li>
8
- <li class="breadcrumb-item">
9
- <a href="/blog/categories">Categories</a>
10
- </li>
11
- <li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li>
12
- </ol>
13
- </nav>
14
-
15
- <div class="row">
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <nav aria-label="breadcrumb" role="navigation">
6
+ <ol class="breadcrumb">
7
+ <li class="breadcrumb-item">
8
+ <a href="/blog">Blog</a>
9
+ </li>
10
+ <li class="breadcrumb-item">
11
+ <a href="/blog/categories">Categories</a>
12
+ </li>
13
+ <li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li>
14
+ </ol>
15
+ </nav>
16
+
17
+ <div class="row">
16
18
 
17
19
  <div class="col-lg-8">
18
20
 
@@ -78,23 +80,23 @@
78
80
  </div>
79
81
  <!-- End of Sidebar -->
80
82
 
81
- </div>
82
-
83
- <script>
84
- var disqus_config = function () {
85
- this.page.url = "{{ site.url }}{{ page.url }}"; // Replace PAGE_URL with your page's canonical URL variable
86
- this.page.identifier = "{{ page.id }}"; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
87
- };
88
-
89
-
90
- (function () { // DON'T EDIT BELOW THIS LINE
91
- var d = document,
92
- s = d.createElement('script');
93
- s.src = 'https://{{ site.disqus_shortname }}.disqus.com/embed.js';
94
- s.setAttribute('data-timestamp', +new Date());
95
- (d.head || d.body).appendChild(s);
96
- })();
97
- </script>
98
- <noscript>Please enable JavaScript to view the
99
- <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a>
100
- </noscript>
83
+ </div>
84
+
85
+ <script>
86
+ var disqus_config = function () {
87
+ this.page.url = "{{ site.url }}{{ page.url }}"; // Replace PAGE_URL with your page's canonical URL variable
88
+ this.page.identifier = "{{ page.id }}"; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
89
+ };
90
+
91
+
92
+ (function () { // DON'T EDIT BELOW THIS LINE
93
+ var d = document,
94
+ s = d.createElement('script');
95
+ s.src = 'https://{{ site.disqus_shortname }}.disqus.com/embed.js';
96
+ s.setAttribute('data-timestamp', +new Date());
97
+ (d.head || d.body).appendChild(s);
98
+ })();
99
+ </script>
100
+ <noscript>Please enable JavaScript to view the
101
+ <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a>
102
+ </noscript>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devlopr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sujay Kundu